public enum IfcCoveringTypeEnum extends Enum<IfcCoveringTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcCoveringTypeEnum()| Enum Constant and Description |
|---|
CEILING
The 'CEILING' literal object.
|
CLADDING
The 'CLADDING' literal object.
|
FLOORING
The 'FLOORING' literal object.
|
INSULATION
The 'INSULATION' literal object.
|
MEMBRANE
The 'MEMBRANE' literal object.
|
MOLDING
The 'MOLDING' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
ROOFING
The 'ROOFING' literal object.
|
SKIRTINGBOARD
The 'SKIRTINGBOARD' literal object.
|
SLEEVING
The 'SLEEVING' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WRAPPING
The 'WRAPPING' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CEILING_VALUE
The 'CEILING' literal value.
|
static int |
CLADDING_VALUE
The 'CLADDING' literal value.
|
static int |
FLOORING_VALUE
The 'FLOORING' literal value.
|
static int |
INSULATION_VALUE
The 'INSULATION' literal value.
|
static int |
MEMBRANE_VALUE
The 'MEMBRANE' literal value.
|
static int |
MOLDING_VALUE
The 'MOLDING' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
ROOFING_VALUE
The 'ROOFING' literal value.
|
static int |
SKIRTINGBOARD_VALUE
The 'SKIRTINGBOARD' literal value.
|
static int |
SLEEVING_VALUE
The 'SLEEVING' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcCoveringTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Covering Type Enum' enumerators.
|
static int |
WRAPPING_VALUE
The 'WRAPPING' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcCoveringTypeEnum |
get(int value)
Returns the 'Ifc Covering Type Enum' literal with the specified integer value.
|
static IfcCoveringTypeEnum |
get(String literal)
Returns the 'Ifc Covering Type Enum' literal with the specified literal value.
|
static IfcCoveringTypeEnum |
getByName(String name)
Returns the 'Ifc Covering 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 IfcCoveringTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcCoveringTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcCoveringTypeEnum NULL
NULL_VALUEpublic static final IfcCoveringTypeEnum WRAPPING
WRAPPING_VALUEpublic static final IfcCoveringTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcCoveringTypeEnum SKIRTINGBOARD
SKIRTINGBOARD_VALUEpublic static final IfcCoveringTypeEnum CEILING
CEILING_VALUEpublic static final IfcCoveringTypeEnum MOLDING
MOLDING_VALUEpublic static final IfcCoveringTypeEnum ROOFING
ROOFING_VALUEpublic static final IfcCoveringTypeEnum MEMBRANE
MEMBRANE_VALUEpublic static final IfcCoveringTypeEnum INSULATION
INSULATION_VALUEpublic static final IfcCoveringTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcCoveringTypeEnum CLADDING
CLADDING_VALUEpublic static final IfcCoveringTypeEnum SLEEVING
SLEEVING_VALUEpublic static final IfcCoveringTypeEnum FLOORING
FLOORING_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 WRAPPING_VALUE
If the meaning of 'WRAPPING' literal object isn't clear, there really should be more of a description here...
WRAPPING,
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 SKIRTINGBOARD_VALUE
If the meaning of 'SKIRTINGBOARD' literal object isn't clear, there really should be more of a description here...
SKIRTINGBOARD,
Constant Field Valuespublic static final int CEILING_VALUE
If the meaning of 'CEILING' literal object isn't clear, there really should be more of a description here...
CEILING,
Constant Field Valuespublic static final int MOLDING_VALUE
If the meaning of 'MOLDING' literal object isn't clear, there really should be more of a description here...
MOLDING,
Constant Field Valuespublic static final int ROOFING_VALUE
If the meaning of 'ROOFING' literal object isn't clear, there really should be more of a description here...
ROOFING,
Constant Field Valuespublic static final int MEMBRANE_VALUE
If the meaning of 'MEMBRANE' literal object isn't clear, there really should be more of a description here...
MEMBRANE,
Constant Field Valuespublic static final int INSULATION_VALUE
If the meaning of 'INSULATION' literal object isn't clear, there really should be more of a description here...
INSULATION,
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 CLADDING_VALUE
If the meaning of 'CLADDING' literal object isn't clear, there really should be more of a description here...
CLADDING,
Constant Field Valuespublic static final int SLEEVING_VALUE
If the meaning of 'SLEEVING' literal object isn't clear, there really should be more of a description here...
SLEEVING,
Constant Field Valuespublic static final int FLOORING_VALUE
If the meaning of 'FLOORING' literal object isn't clear, there really should be more of a description here...
FLOORING,
Constant Field Valuespublic static final List<IfcCoveringTypeEnum> VALUES
public static IfcCoveringTypeEnum[] values()
for (IfcCoveringTypeEnum c : IfcCoveringTypeEnum.values()) System.out.println(c);
public static IfcCoveringTypeEnum 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 IfcCoveringTypeEnum get(String literal)
literal - the literal.null.public static IfcCoveringTypeEnum getByName(String name)
name - the name.null.public static IfcCoveringTypeEnum 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<IfcCoveringTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.