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