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