public enum IfcConstructionMaterialResourceTypeEnum extends Enum<IfcConstructionMaterialResourceTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
AGGREGATES
The 'AGGREGATES' literal object.
|
CONCRETE
The 'CONCRETE' literal object.
|
DRYWALL
The 'DRYWALL' literal object.
|
FUEL
The 'FUEL' literal object.
|
GYPSUM
The 'GYPSUM' literal object.
|
MASONRY
The 'MASONRY' literal object.
|
METAL
The 'METAL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PLASTIC
The 'PLASTIC' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WOOD
The 'WOOD' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AGGREGATES_VALUE
The 'AGGREGATES' literal value.
|
static int |
CONCRETE_VALUE
The 'CONCRETE' literal value.
|
static int |
DRYWALL_VALUE
The 'DRYWALL' literal value.
|
static int |
FUEL_VALUE
The 'FUEL' literal value.
|
static int |
GYPSUM_VALUE
The 'GYPSUM' literal value.
|
static int |
MASONRY_VALUE
The 'MASONRY' literal value.
|
static int |
METAL_VALUE
The 'METAL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PLASTIC_VALUE
The 'PLASTIC' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcConstructionMaterialResourceTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Construction Material Resource Type Enum' enumerators.
|
static int |
WOOD_VALUE
The 'WOOD' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcConstructionMaterialResourceTypeEnum |
get(int value)
Returns the 'Ifc Construction Material Resource Type Enum' literal with the specified integer value.
|
static IfcConstructionMaterialResourceTypeEnum |
get(String literal)
Returns the 'Ifc Construction Material Resource Type Enum' literal with the specified literal value.
|
static IfcConstructionMaterialResourceTypeEnum |
getByName(String name)
Returns the 'Ifc Construction Material Resource 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 IfcConstructionMaterialResourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcConstructionMaterialResourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcConstructionMaterialResourceTypeEnum NULL
NULL_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum MASONRY
MASONRY_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum WOOD
WOOD_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum DRYWALL
DRYWALL_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum FUEL
FUEL_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum METAL
METAL_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum AGGREGATES
AGGREGATES_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum PLASTIC
PLASTIC_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum CONCRETE
CONCRETE_VALUEpublic static final IfcConstructionMaterialResourceTypeEnum GYPSUM
GYPSUM_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 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 MASONRY_VALUE
If the meaning of 'MASONRY' literal object isn't clear, there really should be more of a description here...
MASONRY,
Constant Field Valuespublic static final int WOOD_VALUE
If the meaning of 'WOOD' literal object isn't clear, there really should be more of a description here...
WOOD,
Constant Field Valuespublic static final int DRYWALL_VALUE
If the meaning of 'DRYWALL' literal object isn't clear, there really should be more of a description here...
DRYWALL,
Constant Field Valuespublic static final int FUEL_VALUE
If the meaning of 'FUEL' literal object isn't clear, there really should be more of a description here...
FUEL,
Constant Field Valuespublic static final int METAL_VALUE
If the meaning of 'METAL' literal object isn't clear, there really should be more of a description here...
METAL,
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 AGGREGATES_VALUE
If the meaning of 'AGGREGATES' literal object isn't clear, there really should be more of a description here...
AGGREGATES,
Constant Field Valuespublic static final int PLASTIC_VALUE
If the meaning of 'PLASTIC' literal object isn't clear, there really should be more of a description here...
PLASTIC,
Constant Field Valuespublic static final int CONCRETE_VALUE
If the meaning of 'CONCRETE' literal object isn't clear, there really should be more of a description here...
CONCRETE,
Constant Field Valuespublic static final int GYPSUM_VALUE
If the meaning of 'GYPSUM' literal object isn't clear, there really should be more of a description here...
GYPSUM,
Constant Field Valuespublic static final List<IfcConstructionMaterialResourceTypeEnum> VALUES
public static IfcConstructionMaterialResourceTypeEnum[] values()
for (IfcConstructionMaterialResourceTypeEnum c : IfcConstructionMaterialResourceTypeEnum.values()) System.out.println(c);
public static IfcConstructionMaterialResourceTypeEnum 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 IfcConstructionMaterialResourceTypeEnum get(String literal)
literal - the literal.null.public static IfcConstructionMaterialResourceTypeEnum getByName(String name)
name - the name.null.public static IfcConstructionMaterialResourceTypeEnum 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<IfcConstructionMaterialResourceTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.