public static enum HDF5CompoundMappingHints.EnumReturnType extends java.lang.Enum<HDF5CompoundMappingHints.EnumReturnType>
Enum Constant and Description |
---|
HDF5ENUMERATIONVALUE |
JAVAENUMERATION |
ORDINAL |
STRING |
Modifier and Type | Method and Description |
---|---|
static HDF5CompoundMappingHints.EnumReturnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HDF5CompoundMappingHints.EnumReturnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HDF5CompoundMappingHints.EnumReturnType ORDINAL
public static final HDF5CompoundMappingHints.EnumReturnType STRING
public static final HDF5CompoundMappingHints.EnumReturnType JAVAENUMERATION
public static final HDF5CompoundMappingHints.EnumReturnType HDF5ENUMERATIONVALUE
public static HDF5CompoundMappingHints.EnumReturnType[] values()
for (HDF5CompoundMappingHints.EnumReturnType c : HDF5CompoundMappingHints.EnumReturnType.values()) System.out.println(c);
public static HDF5CompoundMappingHints.EnumReturnType 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 null