public enum EnumDeCoupledNucleus extends java.lang.Enum<EnumDeCoupledNucleus>
| Enum Constant and Description |
|---|
NINETEEN_F
The NINETEEN_F.
|
ONE_H
The ONE_H.
|
ONE_TWENTY_NINE_XE
The ONE_TWENTY_NINE_XE.
|
SEVEN_LI
The SEVEN_LI.
|
THIRTEEN_C
The THIRTEEN_C.
|
THIRTY_ONE_P
The THIRTY_ONE_P.
|
THREE_HE
The THREE_HE.
|
TWENTY_THREE_NA
The TWENTY_THREE_NA.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumDeCoupledNucleus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDeCoupledNucleus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDeCoupledNucleus ONE_H
public static final EnumDeCoupledNucleus THREE_HE
public static final EnumDeCoupledNucleus SEVEN_LI
public static final EnumDeCoupledNucleus THIRTEEN_C
public static final EnumDeCoupledNucleus NINETEEN_F
public static final EnumDeCoupledNucleus TWENTY_THREE_NA
public static final EnumDeCoupledNucleus THIRTY_ONE_P
public static final EnumDeCoupledNucleus ONE_TWENTY_NINE_XE
public static EnumDeCoupledNucleus[] values()
for (EnumDeCoupledNucleus c : EnumDeCoupledNucleus.values()) System.out.println(c);
public static EnumDeCoupledNucleus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()