public enum IfcRoleEnum extends Enum<IfcRoleEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcRoleEnum()| Enum Constant and Description |
|---|
ARCHITECT
The 'ARCHITECT' literal object.
|
BUILDINGOPERATOR
The 'BUILDINGOPERATOR' literal object.
|
BUILDINGOWNER
The 'BUILDINGOWNER' literal object.
|
CIVILENGINEER
The 'CIVILENGINEER' literal object.
|
CLIENT
The 'CLIENT' literal object.
|
COMMISSIONINGENGINEER
The 'COMMISSIONINGENGINEER' literal object.
|
CONSTRUCTIONMANAGER
The 'CONSTRUCTIONMANAGER' literal object.
|
CONSULTANT
The 'CONSULTANT' literal object.
|
CONTRACTOR
The 'CONTRACTOR' literal object.
|
COSTENGINEER
The 'COSTENGINEER' literal object.
|
ELECTRICALENGINEER
The 'ELECTRICALENGINEER' literal object.
|
ENGINEER
The 'ENGINEER' literal object.
|
FACILITIESMANAGER
The 'FACILITIESMANAGER' literal object.
|
FIELDCONSTRUCTIONMANAGER
The 'FIELDCONSTRUCTIONMANAGER' literal object.
|
MANUFACTURER
The 'MANUFACTURER' literal object.
|
MECHANICALENGINEER
The 'MECHANICALENGINEER' literal object.
|
NULL
The 'NULL' literal object.
|
OWNER
The 'OWNER' literal object.
|
PROJECTMANAGER
The 'PROJECTMANAGER' literal object.
|
RESELLER
The 'RESELLER' literal object.
|
STRUCTURALENGINEER
The 'STRUCTURALENGINEER' literal object.
|
SUBCONTRACTOR
The 'SUBCONTRACTOR' literal object.
|
SUPPLIER
The 'SUPPLIER' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ARCHITECT_VALUE
The 'ARCHITECT' literal value.
|
static int |
BUILDINGOPERATOR_VALUE
The 'BUILDINGOPERATOR' literal value.
|
static int |
BUILDINGOWNER_VALUE
The 'BUILDINGOWNER' literal value.
|
static int |
CIVILENGINEER_VALUE
The 'CIVILENGINEER' literal value.
|
static int |
CLIENT_VALUE
The 'CLIENT' literal value.
|
static int |
COMMISSIONINGENGINEER_VALUE
The 'COMMISSIONINGENGINEER' literal value.
|
static int |
CONSTRUCTIONMANAGER_VALUE
The 'CONSTRUCTIONMANAGER' literal value.
|
static int |
CONSULTANT_VALUE
The 'CONSULTANT' literal value.
|
static int |
CONTRACTOR_VALUE
The 'CONTRACTOR' literal value.
|
static int |
COSTENGINEER_VALUE
The 'COSTENGINEER' literal value.
|
static int |
ELECTRICALENGINEER_VALUE
The 'ELECTRICALENGINEER' literal value.
|
static int |
ENGINEER_VALUE
The 'ENGINEER' literal value.
|
static int |
FACILITIESMANAGER_VALUE
The 'FACILITIESMANAGER' literal value.
|
static int |
FIELDCONSTRUCTIONMANAGER_VALUE
The 'FIELDCONSTRUCTIONMANAGER' literal value.
|
static int |
MANUFACTURER_VALUE
The 'MANUFACTURER' literal value.
|
static int |
MECHANICALENGINEER_VALUE
The 'MECHANICALENGINEER' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
OWNER_VALUE
The 'OWNER' literal value.
|
static int |
PROJECTMANAGER_VALUE
The 'PROJECTMANAGER' literal value.
|
static int |
RESELLER_VALUE
The 'RESELLER' literal value.
|
static int |
STRUCTURALENGINEER_VALUE
The 'STRUCTURALENGINEER' literal value.
|
static int |
SUBCONTRACTOR_VALUE
The 'SUBCONTRACTOR' literal value.
|
static int |
SUPPLIER_VALUE
The 'SUPPLIER' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcRoleEnum> |
VALUES
A public read-only list of all the 'Ifc Role Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcRoleEnum |
get(int value)
Returns the 'Ifc Role Enum' literal with the specified integer value.
|
static IfcRoleEnum |
get(String literal)
Returns the 'Ifc Role Enum' literal with the specified literal value.
|
static IfcRoleEnum |
getByName(String name)
Returns the 'Ifc Role 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 IfcRoleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcRoleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcRoleEnum NULL
NULL_VALUEpublic static final IfcRoleEnum CONSTRUCTIONMANAGER
CONSTRUCTIONMANAGER_VALUEpublic static final IfcRoleEnum COSTENGINEER
COSTENGINEER_VALUEpublic static final IfcRoleEnum CONSULTANT
CONSULTANT_VALUEpublic static final IfcRoleEnum BUILDINGOWNER
BUILDINGOWNER_VALUEpublic static final IfcRoleEnum COMMISSIONINGENGINEER
COMMISSIONINGENGINEER_VALUEpublic static final IfcRoleEnum ENGINEER
ENGINEER_VALUEpublic static final IfcRoleEnum CONTRACTOR
CONTRACTOR_VALUEpublic static final IfcRoleEnum ELECTRICALENGINEER
ELECTRICALENGINEER_VALUEpublic static final IfcRoleEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcRoleEnum MANUFACTURER
MANUFACTURER_VALUEpublic static final IfcRoleEnum SUPPLIER
SUPPLIER_VALUEpublic static final IfcRoleEnum STRUCTURALENGINEER
STRUCTURALENGINEER_VALUEpublic static final IfcRoleEnum CLIENT
CLIENT_VALUEpublic static final IfcRoleEnum OWNER
OWNER_VALUEpublic static final IfcRoleEnum RESELLER
RESELLER_VALUEpublic static final IfcRoleEnum CIVILENGINEER
CIVILENGINEER_VALUEpublic static final IfcRoleEnum BUILDINGOPERATOR
BUILDINGOPERATOR_VALUEpublic static final IfcRoleEnum PROJECTMANAGER
PROJECTMANAGER_VALUEpublic static final IfcRoleEnum MECHANICALENGINEER
MECHANICALENGINEER_VALUEpublic static final IfcRoleEnum FACILITIESMANAGER
FACILITIESMANAGER_VALUEpublic static final IfcRoleEnum SUBCONTRACTOR
SUBCONTRACTOR_VALUEpublic static final IfcRoleEnum FIELDCONSTRUCTIONMANAGER
FIELDCONSTRUCTIONMANAGER_VALUEpublic static final IfcRoleEnum ARCHITECT
ARCHITECT_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 CONSTRUCTIONMANAGER_VALUE
If the meaning of 'CONSTRUCTIONMANAGER' literal object isn't clear, there really should be more of a description here...
CONSTRUCTIONMANAGER,
Constant Field Valuespublic static final int COSTENGINEER_VALUE
If the meaning of 'COSTENGINEER' literal object isn't clear, there really should be more of a description here...
COSTENGINEER,
Constant Field Valuespublic static final int CONSULTANT_VALUE
If the meaning of 'CONSULTANT' literal object isn't clear, there really should be more of a description here...
CONSULTANT,
Constant Field Valuespublic static final int BUILDINGOWNER_VALUE
If the meaning of 'BUILDINGOWNER' literal object isn't clear, there really should be more of a description here...
BUILDINGOWNER,
Constant Field Valuespublic static final int COMMISSIONINGENGINEER_VALUE
If the meaning of 'COMMISSIONINGENGINEER' literal object isn't clear, there really should be more of a description here...
COMMISSIONINGENGINEER,
Constant Field Valuespublic static final int ENGINEER_VALUE
If the meaning of 'ENGINEER' literal object isn't clear, there really should be more of a description here...
ENGINEER,
Constant Field Valuespublic static final int CONTRACTOR_VALUE
If the meaning of 'CONTRACTOR' literal object isn't clear, there really should be more of a description here...
CONTRACTOR,
Constant Field Valuespublic static final int ELECTRICALENGINEER_VALUE
If the meaning of 'ELECTRICALENGINEER' literal object isn't clear, there really should be more of a description here...
ELECTRICALENGINEER,
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 MANUFACTURER_VALUE
If the meaning of 'MANUFACTURER' literal object isn't clear, there really should be more of a description here...
MANUFACTURER,
Constant Field Valuespublic static final int SUPPLIER_VALUE
If the meaning of 'SUPPLIER' literal object isn't clear, there really should be more of a description here...
SUPPLIER,
Constant Field Valuespublic static final int STRUCTURALENGINEER_VALUE
If the meaning of 'STRUCTURALENGINEER' literal object isn't clear, there really should be more of a description here...
STRUCTURALENGINEER,
Constant Field Valuespublic static final int CLIENT_VALUE
If the meaning of 'CLIENT' literal object isn't clear, there really should be more of a description here...
CLIENT,
Constant Field Valuespublic static final int OWNER_VALUE
If the meaning of 'OWNER' literal object isn't clear, there really should be more of a description here...
OWNER,
Constant Field Valuespublic static final int RESELLER_VALUE
If the meaning of 'RESELLER' literal object isn't clear, there really should be more of a description here...
RESELLER,
Constant Field Valuespublic static final int CIVILENGINEER_VALUE
If the meaning of 'CIVILENGINEER' literal object isn't clear, there really should be more of a description here...
CIVILENGINEER,
Constant Field Valuespublic static final int BUILDINGOPERATOR_VALUE
If the meaning of 'BUILDINGOPERATOR' literal object isn't clear, there really should be more of a description here...
BUILDINGOPERATOR,
Constant Field Valuespublic static final int PROJECTMANAGER_VALUE
If the meaning of 'PROJECTMANAGER' literal object isn't clear, there really should be more of a description here...
PROJECTMANAGER,
Constant Field Valuespublic static final int MECHANICALENGINEER_VALUE
If the meaning of 'MECHANICALENGINEER' literal object isn't clear, there really should be more of a description here...
MECHANICALENGINEER,
Constant Field Valuespublic static final int FACILITIESMANAGER_VALUE
If the meaning of 'FACILITIESMANAGER' literal object isn't clear, there really should be more of a description here...
FACILITIESMANAGER,
Constant Field Valuespublic static final int SUBCONTRACTOR_VALUE
If the meaning of 'SUBCONTRACTOR' literal object isn't clear, there really should be more of a description here...
SUBCONTRACTOR,
Constant Field Valuespublic static final int FIELDCONSTRUCTIONMANAGER_VALUE
If the meaning of 'FIELDCONSTRUCTIONMANAGER' literal object isn't clear, there really should be more of a description here...
FIELDCONSTRUCTIONMANAGER,
Constant Field Valuespublic static final int ARCHITECT_VALUE
If the meaning of 'ARCHITECT' literal object isn't clear, there really should be more of a description here...
ARCHITECT,
Constant Field Valuespublic static final List<IfcRoleEnum> VALUES
public static IfcRoleEnum[] values()
for (IfcRoleEnum c : IfcRoleEnum.values()) System.out.println(c);
public static IfcRoleEnum 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 IfcRoleEnum get(String literal)
literal - the literal.null.public static IfcRoleEnum getByName(String name)
name - the name.null.public static IfcRoleEnum 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<IfcRoleEnum>Copyright © 2016 OpenSource BIM. All rights reserved.