public enum IfcRecurrenceTypeEnum extends Enum<IfcRecurrenceTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcRecurrenceTypeEnum()| Enum Constant and Description |
|---|
BY_DAY_COUNT
The 'BY DAY COUNT' literal object.
|
BY_WEEKDAY_COUNT
The 'BY WEEKDAY COUNT' literal object.
|
DAILY
The 'DAILY' literal object.
|
MONTHLY_BY_DAY_OF_MONTH
The 'MONTHLY BY DAY OF MONTH' literal object.
|
MONTHLY_BY_POSITION
The 'MONTHLY BY POSITION' literal object.
|
NULL
The 'NULL' literal object.
|
WEEKLY
The 'WEEKLY' literal object.
|
YEARLY_BY_DAY_OF_MONTH
The 'YEARLY BY DAY OF MONTH' literal object.
|
YEARLY_BY_POSITION
The 'YEARLY BY POSITION' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BY_DAY_COUNT_VALUE
The 'BY DAY COUNT' literal value.
|
static int |
BY_WEEKDAY_COUNT_VALUE
The 'BY WEEKDAY COUNT' literal value.
|
static int |
DAILY_VALUE
The 'DAILY' literal value.
|
static int |
MONTHLY_BY_DAY_OF_MONTH_VALUE
The 'MONTHLY BY DAY OF MONTH' literal value.
|
static int |
MONTHLY_BY_POSITION_VALUE
The 'MONTHLY BY POSITION' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static List<IfcRecurrenceTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Recurrence Type Enum' enumerators.
|
static int |
WEEKLY_VALUE
The 'WEEKLY' literal value.
|
static int |
YEARLY_BY_DAY_OF_MONTH_VALUE
The 'YEARLY BY DAY OF MONTH' literal value.
|
static int |
YEARLY_BY_POSITION_VALUE
The 'YEARLY BY POSITION' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcRecurrenceTypeEnum |
get(int value)
Returns the 'Ifc Recurrence Type Enum' literal with the specified integer value.
|
static IfcRecurrenceTypeEnum |
get(String literal)
Returns the 'Ifc Recurrence Type Enum' literal with the specified literal value.
|
static IfcRecurrenceTypeEnum |
getByName(String name)
Returns the 'Ifc Recurrence Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static IfcRecurrenceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcRecurrenceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcRecurrenceTypeEnum NULL
NULL_VALUEpublic static final IfcRecurrenceTypeEnum BY_DAY_COUNT
BY_DAY_COUNT_VALUEpublic static final IfcRecurrenceTypeEnum WEEKLY
WEEKLY_VALUEpublic static final IfcRecurrenceTypeEnum YEARLY_BY_POSITION
YEARLY_BY_POSITION_VALUEpublic static final IfcRecurrenceTypeEnum DAILY
DAILY_VALUEpublic static final IfcRecurrenceTypeEnum YEARLY_BY_DAY_OF_MONTH
YEARLY_BY_DAY_OF_MONTH_VALUEpublic static final IfcRecurrenceTypeEnum MONTHLY_BY_DAY_OF_MONTH
MONTHLY_BY_DAY_OF_MONTH_VALUEpublic static final IfcRecurrenceTypeEnum BY_WEEKDAY_COUNT
BY_WEEKDAY_COUNT_VALUEpublic static final IfcRecurrenceTypeEnum MONTHLY_BY_POSITION
MONTHLY_BY_POSITION_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int BY_DAY_COUNT_VALUE
If the meaning of 'BY DAY COUNT' literal object isn't clear, there really should be more of a description here...
BY_DAY_COUNT,
Constant Field Valuespublic static final int WEEKLY_VALUE
If the meaning of 'WEEKLY' literal object isn't clear, there really should be more of a description here...
WEEKLY,
Constant Field Valuespublic static final int YEARLY_BY_POSITION_VALUE
If the meaning of 'YEARLY BY POSITION' literal object isn't clear, there really should be more of a description here...
YEARLY_BY_POSITION,
Constant Field Valuespublic static final int DAILY_VALUE
If the meaning of 'DAILY' literal object isn't clear, there really should be more of a description here...
DAILY,
Constant Field Valuespublic static final int YEARLY_BY_DAY_OF_MONTH_VALUE
If the meaning of 'YEARLY BY DAY OF MONTH' literal object isn't clear, there really should be more of a description here...
YEARLY_BY_DAY_OF_MONTH,
Constant Field Valuespublic static final int MONTHLY_BY_DAY_OF_MONTH_VALUE
If the meaning of 'MONTHLY BY DAY OF MONTH' literal object isn't clear, there really should be more of a description here...
MONTHLY_BY_DAY_OF_MONTH,
Constant Field Valuespublic static final int BY_WEEKDAY_COUNT_VALUE
If the meaning of 'BY WEEKDAY COUNT' literal object isn't clear, there really should be more of a description here...
BY_WEEKDAY_COUNT,
Constant Field Valuespublic static final int MONTHLY_BY_POSITION_VALUE
If the meaning of 'MONTHLY BY POSITION' literal object isn't clear, there really should be more of a description here...
MONTHLY_BY_POSITION,
Constant Field Valuespublic static final List<IfcRecurrenceTypeEnum> VALUES
public static IfcRecurrenceTypeEnum[] values()
for (IfcRecurrenceTypeEnum c : IfcRecurrenceTypeEnum.values()) System.out.println(c);
public static IfcRecurrenceTypeEnum 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 nullpublic static IfcRecurrenceTypeEnum get(String literal)
literal - the literal.null.public static IfcRecurrenceTypeEnum getByName(String name)
name - the name.null.public static IfcRecurrenceTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcRecurrenceTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.