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