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