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