public enum IfcObjectTypeEnum extends Enum<IfcObjectTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcObjectTypeEnum()| Enum Constant and Description |
|---|
ACTOR
The 'ACTOR' literal object.
|
CONTROL
The 'CONTROL' literal object.
|
GROUP
The 'GROUP' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PROCESS
The 'PROCESS' literal object.
|
PRODUCT
The 'PRODUCT' literal object.
|
PROJECT
The 'PROJECT' literal object.
|
RESOURCE
The 'RESOURCE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTOR_VALUE
The 'ACTOR' literal value.
|
static int |
CONTROL_VALUE
The 'CONTROL' literal value.
|
static int |
GROUP_VALUE
The 'GROUP' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PROCESS_VALUE
The 'PROCESS' literal value.
|
static int |
PRODUCT_VALUE
The 'PRODUCT' literal value.
|
static int |
PROJECT_VALUE
The 'PROJECT' literal value.
|
static int |
RESOURCE_VALUE
The 'RESOURCE' literal value.
|
static List<IfcObjectTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Object Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcObjectTypeEnum |
get(int value)
Returns the 'Ifc Object Type Enum' literal with the specified integer value.
|
static IfcObjectTypeEnum |
get(String literal)
Returns the 'Ifc Object Type Enum' literal with the specified literal value.
|
static IfcObjectTypeEnum |
getByName(String name)
Returns the 'Ifc Object 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 IfcObjectTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcObjectTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcObjectTypeEnum NULL
NULL_VALUEpublic static final IfcObjectTypeEnum GROUP
GROUP_VALUEpublic static final IfcObjectTypeEnum PROJECT
PROJECT_VALUEpublic static final IfcObjectTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcObjectTypeEnum PRODUCT
PRODUCT_VALUEpublic static final IfcObjectTypeEnum ACTOR
ACTOR_VALUEpublic static final IfcObjectTypeEnum PROCESS
PROCESS_VALUEpublic static final IfcObjectTypeEnum CONTROL
CONTROL_VALUEpublic static final IfcObjectTypeEnum RESOURCE
RESOURCE_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 GROUP_VALUE
If the meaning of 'GROUP' literal object isn't clear, there really should be more of a description here...
GROUP,
Constant Field Valuespublic static final int PROJECT_VALUE
If the meaning of 'PROJECT' literal object isn't clear, there really should be more of a description here...
PROJECT,
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 PRODUCT_VALUE
If the meaning of 'PRODUCT' literal object isn't clear, there really should be more of a description here...
PRODUCT,
Constant Field Valuespublic static final int ACTOR_VALUE
If the meaning of 'ACTOR' literal object isn't clear, there really should be more of a description here...
ACTOR,
Constant Field Valuespublic static final int PROCESS_VALUE
If the meaning of 'PROCESS' literal object isn't clear, there really should be more of a description here...
PROCESS,
Constant Field Valuespublic static final int CONTROL_VALUE
If the meaning of 'CONTROL' literal object isn't clear, there really should be more of a description here...
CONTROL,
Constant Field Valuespublic static final int RESOURCE_VALUE
If the meaning of 'RESOURCE' literal object isn't clear, there really should be more of a description here...
RESOURCE,
Constant Field Valuespublic static final List<IfcObjectTypeEnum> VALUES
public static IfcObjectTypeEnum[] values()
for (IfcObjectTypeEnum c : IfcObjectTypeEnum.values()) System.out.println(c);
public static IfcObjectTypeEnum 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 IfcObjectTypeEnum get(String literal)
literal - the literal.null.public static IfcObjectTypeEnum getByName(String name)
name - the name.null.public static IfcObjectTypeEnum 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<IfcObjectTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.