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