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