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