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