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