public enum IfcObjectiveEnum extends Enum<IfcObjectiveEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcObjectiveEnum()| Enum Constant and Description |
|---|
CODECOMPLIANCE
The 'CODECOMPLIANCE' literal object.
|
DESIGNINTENT
The 'DESIGNINTENT' literal object.
|
HEALTHANDSAFETY
The 'HEALTHANDSAFETY' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
REQUIREMENT
The 'REQUIREMENT' literal object.
|
SPECIFICATION
The 'SPECIFICATION' literal object.
|
TRIGGERCONDITION
The 'TRIGGERCONDITION' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CODECOMPLIANCE_VALUE
The 'CODECOMPLIANCE' literal value.
|
static int |
DESIGNINTENT_VALUE
The 'DESIGNINTENT' literal value.
|
static int |
HEALTHANDSAFETY_VALUE
The 'HEALTHANDSAFETY' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
REQUIREMENT_VALUE
The 'REQUIREMENT' literal value.
|
static int |
SPECIFICATION_VALUE
The 'SPECIFICATION' literal value.
|
static int |
TRIGGERCONDITION_VALUE
The 'TRIGGERCONDITION' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcObjectiveEnum> |
VALUES
A public read-only list of all the 'Ifc Objective Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcObjectiveEnum |
get(int value)
Returns the 'Ifc Objective Enum' literal with the specified integer value.
|
static IfcObjectiveEnum |
get(String literal)
Returns the 'Ifc Objective Enum' literal with the specified literal value.
|
static IfcObjectiveEnum |
getByName(String name)
Returns the 'Ifc Objective 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 IfcObjectiveEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcObjectiveEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcObjectiveEnum NULL
NULL_VALUEpublic static final IfcObjectiveEnum HEALTHANDSAFETY
HEALTHANDSAFETY_VALUEpublic static final IfcObjectiveEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcObjectiveEnum TRIGGERCONDITION
TRIGGERCONDITION_VALUEpublic static final IfcObjectiveEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcObjectiveEnum SPECIFICATION
SPECIFICATION_VALUEpublic static final IfcObjectiveEnum CODECOMPLIANCE
CODECOMPLIANCE_VALUEpublic static final IfcObjectiveEnum DESIGNINTENT
DESIGNINTENT_VALUEpublic static final IfcObjectiveEnum REQUIREMENT
REQUIREMENT_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 HEALTHANDSAFETY_VALUE
If the meaning of 'HEALTHANDSAFETY' literal object isn't clear, there really should be more of a description here...
HEALTHANDSAFETY,
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 TRIGGERCONDITION_VALUE
If the meaning of 'TRIGGERCONDITION' literal object isn't clear, there really should be more of a description here...
TRIGGERCONDITION,
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 SPECIFICATION_VALUE
If the meaning of 'SPECIFICATION' literal object isn't clear, there really should be more of a description here...
SPECIFICATION,
Constant Field Valuespublic static final int CODECOMPLIANCE_VALUE
If the meaning of 'CODECOMPLIANCE' literal object isn't clear, there really should be more of a description here...
CODECOMPLIANCE,
Constant Field Valuespublic static final int DESIGNINTENT_VALUE
If the meaning of 'DESIGNINTENT' literal object isn't clear, there really should be more of a description here...
DESIGNINTENT,
Constant Field Valuespublic static final int REQUIREMENT_VALUE
If the meaning of 'REQUIREMENT' literal object isn't clear, there really should be more of a description here...
REQUIREMENT,
Constant Field Valuespublic static final List<IfcObjectiveEnum> VALUES
public static IfcObjectiveEnum[] values()
for (IfcObjectiveEnum c : IfcObjectiveEnum.values()) System.out.println(c);
public static IfcObjectiveEnum 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 IfcObjectiveEnum get(String literal)
literal - the literal.null.public static IfcObjectiveEnum getByName(String name)
name - the name.null.public static IfcObjectiveEnum 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<IfcObjectiveEnum>Copyright © 2016 OpenSource BIM. All rights reserved.