public enum IfcSequenceEnum extends Enum<IfcSequenceEnum>
| Enum Constant and Description |
|---|
FINISH_FINISH |
FINISH_START |
NOTDEFINED |
START_FINISH |
START_START |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcSequenceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSequenceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSequenceEnum START_START
public static final IfcSequenceEnum START_FINISH
public static final IfcSequenceEnum FINISH_START
public static final IfcSequenceEnum FINISH_FINISH
public static final IfcSequenceEnum USERDEFINED
public static final IfcSequenceEnum NOTDEFINED
public static IfcSequenceEnum[] values()
for (IfcSequenceEnum c : IfcSequenceEnum.values()) System.out.println(c);
public static IfcSequenceEnum 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