public enum IfcServiceLifeTypeEnum extends Enum<IfcServiceLifeTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ACTUALSERVICELIFE
The 'ACTUALSERVICELIFE' literal object.
|
EXPECTEDSERVICELIFE
The 'EXPECTEDSERVICELIFE' literal object.
|
NULL
The 'NULL' literal object.
|
OPTIMISTICREFERENCESERVICELIFE
The 'OPTIMISTICREFERENCESERVICELIFE' literal object.
|
PESSIMISTICREFERENCESERVICELIFE
The 'PESSIMISTICREFERENCESERVICELIFE' literal object.
|
REFERENCESERVICELIFE
The 'REFERENCESERVICELIFE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTUALSERVICELIFE_VALUE
The 'ACTUALSERVICELIFE' literal value.
|
static int |
EXPECTEDSERVICELIFE_VALUE
The 'EXPECTEDSERVICELIFE' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
OPTIMISTICREFERENCESERVICELIFE_VALUE
The 'OPTIMISTICREFERENCESERVICELIFE' literal value.
|
static int |
PESSIMISTICREFERENCESERVICELIFE_VALUE
The 'PESSIMISTICREFERENCESERVICELIFE' literal value.
|
static int |
REFERENCESERVICELIFE_VALUE
The 'REFERENCESERVICELIFE' literal value.
|
static List<IfcServiceLifeTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Service Life Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcServiceLifeTypeEnum |
get(int value)
Returns the 'Ifc Service Life Type Enum' literal with the specified integer value.
|
static IfcServiceLifeTypeEnum |
get(String literal)
Returns the 'Ifc Service Life Type Enum' literal with the specified literal value.
|
static IfcServiceLifeTypeEnum |
getByName(String name)
Returns the 'Ifc Service Life 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 IfcServiceLifeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcServiceLifeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcServiceLifeTypeEnum NULL
NULL_VALUEpublic static final IfcServiceLifeTypeEnum EXPECTEDSERVICELIFE
EXPECTEDSERVICELIFE_VALUEpublic static final IfcServiceLifeTypeEnum ACTUALSERVICELIFE
ACTUALSERVICELIFE_VALUEpublic static final IfcServiceLifeTypeEnum PESSIMISTICREFERENCESERVICELIFE
PESSIMISTICREFERENCESERVICELIFE_VALUEpublic static final IfcServiceLifeTypeEnum OPTIMISTICREFERENCESERVICELIFE
OPTIMISTICREFERENCESERVICELIFE_VALUEpublic static final IfcServiceLifeTypeEnum REFERENCESERVICELIFE
REFERENCESERVICELIFE_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 EXPECTEDSERVICELIFE_VALUE
If the meaning of 'EXPECTEDSERVICELIFE' literal object isn't clear, there really should be more of a description here...
EXPECTEDSERVICELIFE,
Constant Field Valuespublic static final int ACTUALSERVICELIFE_VALUE
If the meaning of 'ACTUALSERVICELIFE' literal object isn't clear, there really should be more of a description here...
ACTUALSERVICELIFE,
Constant Field Valuespublic static final int PESSIMISTICREFERENCESERVICELIFE_VALUE
If the meaning of 'PESSIMISTICREFERENCESERVICELIFE' literal object isn't clear, there really should be more of a description here...
public static final int OPTIMISTICREFERENCESERVICELIFE_VALUE
If the meaning of 'OPTIMISTICREFERENCESERVICELIFE' literal object isn't clear, there really should be more of a description here...
public static final int REFERENCESERVICELIFE_VALUE
If the meaning of 'REFERENCESERVICELIFE' literal object isn't clear, there really should be more of a description here...
REFERENCESERVICELIFE,
Constant Field Valuespublic static final List<IfcServiceLifeTypeEnum> VALUES
public static IfcServiceLifeTypeEnum[] values()
for (IfcServiceLifeTypeEnum c : IfcServiceLifeTypeEnum.values()) System.out.println(c);
public static IfcServiceLifeTypeEnum 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 IfcServiceLifeTypeEnum get(String literal)
literal - the literal.null.public static IfcServiceLifeTypeEnum getByName(String name)
name - the name.null.public static IfcServiceLifeTypeEnum 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<IfcServiceLifeTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.