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