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