Package chemaxon.struc
Enum CIPStereoDescriptorIface.CIPValue.AxialStereoValue
- java.lang.Object
-
- java.lang.Enum<CIPStereoDescriptorIface.CIPValue.AxialStereoValue>
-
- chemaxon.struc.CIPStereoDescriptorIface.CIPValue.AxialStereoValue
-
- All Implemented Interfaces:
CIPStereoDescriptorIface.CIPValue
,Serializable
,Comparable<CIPStereoDescriptorIface.CIPValue.AxialStereoValue>
- Enclosing interface:
- CIPStereoDescriptorIface.CIPValue
public static enum CIPStereoDescriptorIface.CIPValue.AxialStereoValue extends Enum<CIPStereoDescriptorIface.CIPValue.AxialStereoValue> implements CIPStereoDescriptorIface.CIPValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface chemaxon.struc.CIPStereoDescriptorIface.CIPValue
CIPStereoDescriptorIface.CIPValue.AtropStereoIUPACValue, CIPStereoDescriptorIface.CIPValue.AtropStereoValue, CIPStereoDescriptorIface.CIPValue.AxialStereoIUPACValue, CIPStereoDescriptorIface.CIPValue.AxialStereoValue, CIPStereoDescriptorIface.CIPValue.CisTransStereoIUPACValue, CIPStereoDescriptorIface.CIPValue.CisTransStereoValue, CIPStereoDescriptorIface.CIPValue.TetrahedralStereoIUPACValue, CIPStereoDescriptorIface.CIPValue.TetrahedralStereoValue
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CIPStereoDescriptorIface.CIPValue.AxialStereoValue
valueOf(String name)
Returns the enum constant of this type with the specified name.static CIPStereoDescriptorIface.CIPValue.AxialStereoValue[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ODD
public static final CIPStereoDescriptorIface.CIPValue.AxialStereoValue ODD
-
EVEN
public static final CIPStereoDescriptorIface.CIPValue.AxialStereoValue EVEN
-
UNKNOWN
public static final CIPStereoDescriptorIface.CIPValue.AxialStereoValue UNKNOWN
-
WIGGLY
public static final CIPStereoDescriptorIface.CIPValue.AxialStereoValue WIGGLY
-
-
Method Detail
-
values
public static CIPStereoDescriptorIface.CIPValue.AxialStereoValue[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CIPStereoDescriptorIface.CIPValue.AxialStereoValue c : CIPStereoDescriptorIface.CIPValue.AxialStereoValue.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CIPStereoDescriptorIface.CIPValue.AxialStereoValue valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-