public enum IfcBeamTypeEnum extends Enum<IfcBeamTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcBeamTypeEnum()| Enum Constant and Description |
|---|
BEAM
The 'BEAM' literal object.
|
HOLLOWCORE
The 'HOLLOWCORE' literal object.
|
JOIST
The 'JOIST' literal object.
|
LINTEL
The 'LINTEL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SPANDREL
The 'SPANDREL' literal object.
|
TBEAM
The 'TBEAM' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BEAM_VALUE
The 'BEAM' literal value.
|
static int |
HOLLOWCORE_VALUE
The 'HOLLOWCORE' literal value.
|
static int |
JOIST_VALUE
The 'JOIST' literal value.
|
static int |
LINTEL_VALUE
The 'LINTEL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SPANDREL_VALUE
The 'SPANDREL' literal value.
|
static int |
TBEAM_VALUE
The 'TBEAM' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcBeamTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Beam Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcBeamTypeEnum |
get(int value)
Returns the 'Ifc Beam Type Enum' literal with the specified integer value.
|
static IfcBeamTypeEnum |
get(String literal)
Returns the 'Ifc Beam Type Enum' literal with the specified literal value.
|
static IfcBeamTypeEnum |
getByName(String name)
Returns the 'Ifc Beam 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 IfcBeamTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBeamTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBeamTypeEnum NULL
NULL_VALUEpublic static final IfcBeamTypeEnum BEAM
BEAM_VALUEpublic static final IfcBeamTypeEnum JOIST
JOIST_VALUEpublic static final IfcBeamTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcBeamTypeEnum LINTEL
LINTEL_VALUEpublic static final IfcBeamTypeEnum SPANDREL
SPANDREL_VALUEpublic static final IfcBeamTypeEnum TBEAM
TBEAM_VALUEpublic static final IfcBeamTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcBeamTypeEnum HOLLOWCORE
HOLLOWCORE_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 BEAM_VALUE
If the meaning of 'BEAM' literal object isn't clear, there really should be more of a description here...
BEAM,
Constant Field Valuespublic static final int JOIST_VALUE
If the meaning of 'JOIST' literal object isn't clear, there really should be more of a description here...
JOIST,
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 LINTEL_VALUE
If the meaning of 'LINTEL' literal object isn't clear, there really should be more of a description here...
LINTEL,
Constant Field Valuespublic static final int SPANDREL_VALUE
If the meaning of 'SPANDREL' literal object isn't clear, there really should be more of a description here...
SPANDREL,
Constant Field Valuespublic static final int TBEAM_VALUE
If the meaning of 'TBEAM' literal object isn't clear, there really should be more of a description here...
TBEAM,
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 HOLLOWCORE_VALUE
If the meaning of 'HOLLOWCORE' literal object isn't clear, there really should be more of a description here...
HOLLOWCORE,
Constant Field Valuespublic static final List<IfcBeamTypeEnum> VALUES
public static IfcBeamTypeEnum[] values()
for (IfcBeamTypeEnum c : IfcBeamTypeEnum.values()) System.out.println(c);
public static IfcBeamTypeEnum 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 IfcBeamTypeEnum get(String literal)
literal - the literal.null.public static IfcBeamTypeEnum getByName(String name)
name - the name.null.public static IfcBeamTypeEnum 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<IfcBeamTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.