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