public enum IfcEnergySequenceEnum extends Enum<IfcEnergySequenceEnum>
Enum Constant and Description |
---|
AUXILIARY |
NOTDEFINED |
PRIMARY |
SECONDARY |
TERTIARY |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcEnergySequenceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcEnergySequenceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcEnergySequenceEnum PRIMARY
public static final IfcEnergySequenceEnum SECONDARY
public static final IfcEnergySequenceEnum TERTIARY
public static final IfcEnergySequenceEnum AUXILIARY
public static final IfcEnergySequenceEnum USERDEFINED
public static final IfcEnergySequenceEnum NOTDEFINED
public static IfcEnergySequenceEnum[] values()
for (IfcEnergySequenceEnum c : IfcEnergySequenceEnum.values()) System.out.println(c);
public static IfcEnergySequenceEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null