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