public enum IfcWallTypeEnum extends Enum<IfcWallTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcWallTypeEnum()| Enum Constant and Description |
|---|
ELEMENTEDWALL
The 'ELEMENTEDWALL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PLUMBINGWALL
The 'PLUMBINGWALL' literal object.
|
POLYGONAL
The 'POLYGONAL' literal object.
|
SHEAR
The 'SHEAR' literal object.
|
STANDARD
The 'STANDARD' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ELEMENTEDWALL_VALUE
The 'ELEMENTEDWALL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PLUMBINGWALL_VALUE
The 'PLUMBINGWALL' literal value.
|
static int |
POLYGONAL_VALUE
The 'POLYGONAL' literal value.
|
static int |
SHEAR_VALUE
The 'SHEAR' literal value.
|
static int |
STANDARD_VALUE
The 'STANDARD' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcWallTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Wall Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcWallTypeEnum |
get(int value)
Returns the 'Ifc Wall Type Enum' literal with the specified integer value.
|
static IfcWallTypeEnum |
get(String literal)
Returns the 'Ifc Wall Type Enum' literal with the specified literal value.
|
static IfcWallTypeEnum |
getByName(String name)
Returns the 'Ifc Wall 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 IfcWallTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWallTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcWallTypeEnum NULL
NULL_VALUEpublic static final IfcWallTypeEnum SHEAR
SHEAR_VALUEpublic static final IfcWallTypeEnum ELEMENTEDWALL
ELEMENTEDWALL_VALUEpublic static final IfcWallTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcWallTypeEnum POLYGONAL
POLYGONAL_VALUEpublic static final IfcWallTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcWallTypeEnum STANDARD
STANDARD_VALUEpublic static final IfcWallTypeEnum PLUMBINGWALL
PLUMBINGWALL_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 SHEAR_VALUE
If the meaning of 'SHEAR' literal object isn't clear, there really should be more of a description here...
SHEAR,
Constant Field Valuespublic static final int ELEMENTEDWALL_VALUE
If the meaning of 'ELEMENTEDWALL' literal object isn't clear, there really should be more of a description here...
ELEMENTEDWALL,
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 POLYGONAL_VALUE
If the meaning of 'POLYGONAL' literal object isn't clear, there really should be more of a description here...
POLYGONAL,
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 STANDARD_VALUE
If the meaning of 'STANDARD' literal object isn't clear, there really should be more of a description here...
STANDARD,
Constant Field Valuespublic static final int PLUMBINGWALL_VALUE
If the meaning of 'PLUMBINGWALL' literal object isn't clear, there really should be more of a description here...
PLUMBINGWALL,
Constant Field Valuespublic static final List<IfcWallTypeEnum> VALUES
public static IfcWallTypeEnum[] values()
for (IfcWallTypeEnum c : IfcWallTypeEnum.values()) System.out.println(c);
public static IfcWallTypeEnum 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 IfcWallTypeEnum get(String literal)
literal - the literal.null.public static IfcWallTypeEnum getByName(String name)
name - the name.null.public static IfcWallTypeEnum 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<IfcWallTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.