public enum IfcElementAssemblyTypeEnum extends Enum<IfcElementAssemblyTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ACCESSORY_ASSEMBLY
The 'ACCESSORY ASSEMBLY' literal object.
|
ARCH
The 'ARCH' literal object.
|
BEAM_GRID
The 'BEAM GRID' literal object.
|
BRACED_FRAME
The 'BRACED FRAME' literal object.
|
GIRDER
The 'GIRDER' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
REINFORCEMENT_UNIT
The 'REINFORCEMENT UNIT' literal object.
|
RIGID_FRAME
The 'RIGID FRAME' literal object.
|
SLAB_FIELD
The 'SLAB FIELD' literal object.
|
TRUSS
The 'TRUSS' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESSORY_ASSEMBLY_VALUE
The 'ACCESSORY ASSEMBLY' literal value.
|
static int |
ARCH_VALUE
The 'ARCH' literal value.
|
static int |
BEAM_GRID_VALUE
The 'BEAM GRID' literal value.
|
static int |
BRACED_FRAME_VALUE
The 'BRACED FRAME' literal value.
|
static int |
GIRDER_VALUE
The 'GIRDER' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
REINFORCEMENT_UNIT_VALUE
The 'REINFORCEMENT UNIT' literal value.
|
static int |
RIGID_FRAME_VALUE
The 'RIGID FRAME' literal value.
|
static int |
SLAB_FIELD_VALUE
The 'SLAB FIELD' literal value.
|
static int |
TRUSS_VALUE
The 'TRUSS' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcElementAssemblyTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Element Assembly Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcElementAssemblyTypeEnum |
get(int value)
Returns the 'Ifc Element Assembly Type Enum' literal with the specified integer value.
|
static IfcElementAssemblyTypeEnum |
get(String literal)
Returns the 'Ifc Element Assembly Type Enum' literal with the specified literal value.
|
static IfcElementAssemblyTypeEnum |
getByName(String name)
Returns the 'Ifc Element Assembly 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 IfcElementAssemblyTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcElementAssemblyTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcElementAssemblyTypeEnum NULL
NULL_VALUEpublic static final IfcElementAssemblyTypeEnum TRUSS
TRUSS_VALUEpublic static final IfcElementAssemblyTypeEnum GIRDER
GIRDER_VALUEpublic static final IfcElementAssemblyTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcElementAssemblyTypeEnum SLAB_FIELD
SLAB_FIELD_VALUEpublic static final IfcElementAssemblyTypeEnum ARCH
ARCH_VALUEpublic static final IfcElementAssemblyTypeEnum BEAM_GRID
BEAM_GRID_VALUEpublic static final IfcElementAssemblyTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcElementAssemblyTypeEnum ACCESSORY_ASSEMBLY
ACCESSORY_ASSEMBLY_VALUEpublic static final IfcElementAssemblyTypeEnum BRACED_FRAME
BRACED_FRAME_VALUEpublic static final IfcElementAssemblyTypeEnum RIGID_FRAME
RIGID_FRAME_VALUEpublic static final IfcElementAssemblyTypeEnum REINFORCEMENT_UNIT
REINFORCEMENT_UNIT_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 TRUSS_VALUE
If the meaning of 'TRUSS' literal object isn't clear, there really should be more of a description here...
TRUSS,
Constant Field Valuespublic static final int GIRDER_VALUE
If the meaning of 'GIRDER' literal object isn't clear, there really should be more of a description here...
GIRDER,
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 SLAB_FIELD_VALUE
If the meaning of 'SLAB FIELD' literal object isn't clear, there really should be more of a description here...
SLAB_FIELD,
Constant Field Valuespublic static final int ARCH_VALUE
If the meaning of 'ARCH' literal object isn't clear, there really should be more of a description here...
ARCH,
Constant Field Valuespublic static final int BEAM_GRID_VALUE
If the meaning of 'BEAM GRID' literal object isn't clear, there really should be more of a description here...
BEAM_GRID,
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 ACCESSORY_ASSEMBLY_VALUE
If the meaning of 'ACCESSORY ASSEMBLY' literal object isn't clear, there really should be more of a description here...
ACCESSORY_ASSEMBLY,
Constant Field Valuespublic static final int BRACED_FRAME_VALUE
If the meaning of 'BRACED FRAME' literal object isn't clear, there really should be more of a description here...
BRACED_FRAME,
Constant Field Valuespublic static final int RIGID_FRAME_VALUE
If the meaning of 'RIGID FRAME' literal object isn't clear, there really should be more of a description here...
RIGID_FRAME,
Constant Field Valuespublic static final int REINFORCEMENT_UNIT_VALUE
If the meaning of 'REINFORCEMENT UNIT' literal object isn't clear, there really should be more of a description here...
REINFORCEMENT_UNIT,
Constant Field Valuespublic static final List<IfcElementAssemblyTypeEnum> VALUES
public static IfcElementAssemblyTypeEnum[] values()
for (IfcElementAssemblyTypeEnum c : IfcElementAssemblyTypeEnum.values()) System.out.println(c);
public static IfcElementAssemblyTypeEnum 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 IfcElementAssemblyTypeEnum get(String literal)
literal - the literal.null.public static IfcElementAssemblyTypeEnum getByName(String name)
name - the name.null.public static IfcElementAssemblyTypeEnum 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<IfcElementAssemblyTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.