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