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