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