public enum IfcTaskTypeEnum extends Enum<IfcTaskTypeEnum>
Enum Constant and Description |
---|
ATTENDANCE |
CONSTRUCTION |
DEMOLITION |
DISMANTLE |
DISPOSAL |
INSTALLATION |
LOGISTIC |
MAINTENANCE |
MOVE |
NOTDEFINED |
OPERATION |
REMOVAL |
RENOVATION |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcTaskTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcTaskTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcTaskTypeEnum ATTENDANCE
public static final IfcTaskTypeEnum CONSTRUCTION
public static final IfcTaskTypeEnum DEMOLITION
public static final IfcTaskTypeEnum DISMANTLE
public static final IfcTaskTypeEnum DISPOSAL
public static final IfcTaskTypeEnum INSTALLATION
public static final IfcTaskTypeEnum LOGISTIC
public static final IfcTaskTypeEnum MAINTENANCE
public static final IfcTaskTypeEnum MOVE
public static final IfcTaskTypeEnum OPERATION
public static final IfcTaskTypeEnum REMOVAL
public static final IfcTaskTypeEnum RENOVATION
public static final IfcTaskTypeEnum USERDEFINED
public static final IfcTaskTypeEnum NOTDEFINED
public static IfcTaskTypeEnum[] values()
for (IfcTaskTypeEnum c : IfcTaskTypeEnum.values()) System.out.println(c);
public static IfcTaskTypeEnum 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