public enum IfcConstructionMaterialResourceTypeEnum extends Enum<IfcConstructionMaterialResourceTypeEnum>
Enum Constant and Description |
---|
AGGREGATES |
CONCRETE |
DRYWALL |
FUEL |
GYPSUM |
MASONRY |
METAL |
NOTDEFINED |
PLASTIC |
USERDEFINED |
WOOD |
Modifier and Type | Method and Description |
---|---|
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 AGGREGATES
public static final IfcConstructionMaterialResourceTypeEnum CONCRETE
public static final IfcConstructionMaterialResourceTypeEnum DRYWALL
public static final IfcConstructionMaterialResourceTypeEnum FUEL
public static final IfcConstructionMaterialResourceTypeEnum GYPSUM
public static final IfcConstructionMaterialResourceTypeEnum MASONRY
public static final IfcConstructionMaterialResourceTypeEnum METAL
public static final IfcConstructionMaterialResourceTypeEnum PLASTIC
public static final IfcConstructionMaterialResourceTypeEnum WOOD
public static final IfcConstructionMaterialResourceTypeEnum NOTDEFINED
public static final IfcConstructionMaterialResourceTypeEnum USERDEFINED
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 null