public enum IfcTaskTypeEnum extends Enum<IfcTaskTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcTaskTypeEnum()| Enum Constant and Description |
|---|
ATTENDANCE
The 'ATTENDANCE' literal object.
|
CONSTRUCTION
The 'CONSTRUCTION' literal object.
|
DEMOLITION
The 'DEMOLITION' literal object.
|
DISMANTLE
The 'DISMANTLE' literal object.
|
DISPOSAL
The 'DISPOSAL' literal object.
|
INSTALLATION
The 'INSTALLATION' literal object.
|
LOGISTIC
The 'LOGISTIC' literal object.
|
MAINTENANCE
The 'MAINTENANCE' literal object.
|
MOVE
The 'MOVE' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
OPERATION
The 'OPERATION' literal object.
|
REMOVAL
The 'REMOVAL' literal object.
|
RENOVATION
The 'RENOVATION' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTENDANCE_VALUE
The 'ATTENDANCE' literal value.
|
static int |
CONSTRUCTION_VALUE
The 'CONSTRUCTION' literal value.
|
static int |
DEMOLITION_VALUE
The 'DEMOLITION' literal value.
|
static int |
DISMANTLE_VALUE
The 'DISMANTLE' literal value.
|
static int |
DISPOSAL_VALUE
The 'DISPOSAL' literal value.
|
static int |
INSTALLATION_VALUE
The 'INSTALLATION' literal value.
|
static int |
LOGISTIC_VALUE
The 'LOGISTIC' literal value.
|
static int |
MAINTENANCE_VALUE
The 'MAINTENANCE' literal value.
|
static int |
MOVE_VALUE
The 'MOVE' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
OPERATION_VALUE
The 'OPERATION' literal value.
|
static int |
REMOVAL_VALUE
The 'REMOVAL' literal value.
|
static int |
RENOVATION_VALUE
The 'RENOVATION' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcTaskTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Task Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcTaskTypeEnum |
get(int value)
Returns the 'Ifc Task Type Enum' literal with the specified integer value.
|
static IfcTaskTypeEnum |
get(String literal)
Returns the 'Ifc Task Type Enum' literal with the specified literal value.
|
static IfcTaskTypeEnum |
getByName(String name)
Returns the 'Ifc Task Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
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 NULL
NULL_VALUEpublic static final IfcTaskTypeEnum DEMOLITION
DEMOLITION_VALUEpublic static final IfcTaskTypeEnum DISMANTLE
DISMANTLE_VALUEpublic static final IfcTaskTypeEnum ATTENDANCE
ATTENDANCE_VALUEpublic static final IfcTaskTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcTaskTypeEnum RENOVATION
RENOVATION_VALUEpublic static final IfcTaskTypeEnum MAINTENANCE
MAINTENANCE_VALUEpublic static final IfcTaskTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcTaskTypeEnum REMOVAL
REMOVAL_VALUEpublic static final IfcTaskTypeEnum DISPOSAL
DISPOSAL_VALUEpublic static final IfcTaskTypeEnum MOVE
MOVE_VALUEpublic static final IfcTaskTypeEnum OPERATION
OPERATION_VALUEpublic static final IfcTaskTypeEnum INSTALLATION
INSTALLATION_VALUEpublic static final IfcTaskTypeEnum CONSTRUCTION
CONSTRUCTION_VALUEpublic static final IfcTaskTypeEnum LOGISTIC
LOGISTIC_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int DEMOLITION_VALUE
If the meaning of 'DEMOLITION' literal object isn't clear, there really should be more of a description here...
DEMOLITION,
Constant Field Valuespublic static final int DISMANTLE_VALUE
If the meaning of 'DISMANTLE' literal object isn't clear, there really should be more of a description here...
DISMANTLE,
Constant Field Valuespublic static final int ATTENDANCE_VALUE
If the meaning of 'ATTENDANCE' literal object isn't clear, there really should be more of a description here...
ATTENDANCE,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int RENOVATION_VALUE
If the meaning of 'RENOVATION' literal object isn't clear, there really should be more of a description here...
RENOVATION,
Constant Field Valuespublic static final int MAINTENANCE_VALUE
If the meaning of 'MAINTENANCE' literal object isn't clear, there really should be more of a description here...
MAINTENANCE,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int REMOVAL_VALUE
If the meaning of 'REMOVAL' literal object isn't clear, there really should be more of a description here...
REMOVAL,
Constant Field Valuespublic static final int DISPOSAL_VALUE
If the meaning of 'DISPOSAL' literal object isn't clear, there really should be more of a description here...
DISPOSAL,
Constant Field Valuespublic static final int MOVE_VALUE
If the meaning of 'MOVE' literal object isn't clear, there really should be more of a description here...
MOVE,
Constant Field Valuespublic static final int OPERATION_VALUE
If the meaning of 'OPERATION' literal object isn't clear, there really should be more of a description here...
OPERATION,
Constant Field Valuespublic static final int INSTALLATION_VALUE
If the meaning of 'INSTALLATION' literal object isn't clear, there really should be more of a description here...
INSTALLATION,
Constant Field Valuespublic static final int CONSTRUCTION_VALUE
If the meaning of 'CONSTRUCTION' literal object isn't clear, there really should be more of a description here...
CONSTRUCTION,
Constant Field Valuespublic static final int LOGISTIC_VALUE
If the meaning of 'LOGISTIC' literal object isn't clear, there really should be more of a description here...
LOGISTIC,
Constant Field Valuespublic static final List<IfcTaskTypeEnum> VALUES
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 nullpublic static IfcTaskTypeEnum get(String literal)
literal - the literal.null.public static IfcTaskTypeEnum getByName(String name)
name - the name.null.public static IfcTaskTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcTaskTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.