public enum IfcConstructionMaterialResourceTypeEnum4X3 extends Enum<IfcConstructionMaterialResourceTypeEnum4X3>
IfcConstructionMaterialResourceTypeEnum
| Enum Constant and Description |
|---|
AGGREGATES |
CONCRETE |
DRYWALL |
FUEL |
GYPSUM |
MASONRY |
METAL |
NOTDEFINED |
PLASTIC |
USERDEFINED |
WOOD |
| Modifier and Type | Method and Description |
|---|---|
static IfcConstructionMaterialResourceTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcConstructionMaterialResourceTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcConstructionMaterialResourceTypeEnum4X3 AGGREGATES
public static final IfcConstructionMaterialResourceTypeEnum4X3 CONCRETE
public static final IfcConstructionMaterialResourceTypeEnum4X3 DRYWALL
public static final IfcConstructionMaterialResourceTypeEnum4X3 FUEL
public static final IfcConstructionMaterialResourceTypeEnum4X3 GYPSUM
public static final IfcConstructionMaterialResourceTypeEnum4X3 MASONRY
public static final IfcConstructionMaterialResourceTypeEnum4X3 METAL
public static final IfcConstructionMaterialResourceTypeEnum4X3 PLASTIC
public static final IfcConstructionMaterialResourceTypeEnum4X3 WOOD
public static final IfcConstructionMaterialResourceTypeEnum4X3 USERDEFINED
public static final IfcConstructionMaterialResourceTypeEnum4X3 NOTDEFINED
public static IfcConstructionMaterialResourceTypeEnum4X3[] values()
for (IfcConstructionMaterialResourceTypeEnum4X3 c : IfcConstructionMaterialResourceTypeEnum4X3.values()) System.out.println(c);
public static IfcConstructionMaterialResourceTypeEnum4X3 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.