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