public enum IfcServiceLifeFactorTypeEnum extends Enum<IfcServiceLifeFactorTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
AQUALITYOFCOMPONENTS
The 'AQUALITYOFCOMPONENTS' literal object.
|
BDESIGNLEVEL
The 'BDESIGNLEVEL' literal object.
|
CWORKEXECUTIONLEVEL
The 'CWORKEXECUTIONLEVEL' literal object.
|
DINDOORENVIRONMENT
The 'DINDOORENVIRONMENT' literal object.
|
EOUTDOORENVIRONMENT
The 'EOUTDOORENVIRONMENT' literal object.
|
FINUSECONDITIONS
The 'FINUSECONDITIONS' literal object.
|
GMAINTENANCELEVEL
The 'GMAINTENANCELEVEL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AQUALITYOFCOMPONENTS_VALUE
The 'AQUALITYOFCOMPONENTS' literal value.
|
static int |
BDESIGNLEVEL_VALUE
The 'BDESIGNLEVEL' literal value.
|
static int |
CWORKEXECUTIONLEVEL_VALUE
The 'CWORKEXECUTIONLEVEL' literal value.
|
static int |
DINDOORENVIRONMENT_VALUE
The 'DINDOORENVIRONMENT' literal value.
|
static int |
EOUTDOORENVIRONMENT_VALUE
The 'EOUTDOORENVIRONMENT' literal value.
|
static int |
FINUSECONDITIONS_VALUE
The 'FINUSECONDITIONS' literal value.
|
static int |
GMAINTENANCELEVEL_VALUE
The 'GMAINTENANCELEVEL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcServiceLifeFactorTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Service Life Factor Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcServiceLifeFactorTypeEnum |
get(int value)
Returns the 'Ifc Service Life Factor Type Enum' literal with the specified integer value.
|
static IfcServiceLifeFactorTypeEnum |
get(String literal)
Returns the 'Ifc Service Life Factor Type Enum' literal with the specified literal value.
|
static IfcServiceLifeFactorTypeEnum |
getByName(String name)
Returns the 'Ifc Service Life Factor 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 IfcServiceLifeFactorTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcServiceLifeFactorTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcServiceLifeFactorTypeEnum NULL
NULL_VALUEpublic static final IfcServiceLifeFactorTypeEnum GMAINTENANCELEVEL
GMAINTENANCELEVEL_VALUEpublic static final IfcServiceLifeFactorTypeEnum BDESIGNLEVEL
BDESIGNLEVEL_VALUEpublic static final IfcServiceLifeFactorTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcServiceLifeFactorTypeEnum EOUTDOORENVIRONMENT
EOUTDOORENVIRONMENT_VALUEpublic static final IfcServiceLifeFactorTypeEnum AQUALITYOFCOMPONENTS
AQUALITYOFCOMPONENTS_VALUEpublic static final IfcServiceLifeFactorTypeEnum FINUSECONDITIONS
FINUSECONDITIONS_VALUEpublic static final IfcServiceLifeFactorTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcServiceLifeFactorTypeEnum CWORKEXECUTIONLEVEL
CWORKEXECUTIONLEVEL_VALUEpublic static final IfcServiceLifeFactorTypeEnum DINDOORENVIRONMENT
DINDOORENVIRONMENT_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 GMAINTENANCELEVEL_VALUE
If the meaning of 'GMAINTENANCELEVEL' literal object isn't clear, there really should be more of a description here...
GMAINTENANCELEVEL,
Constant Field Valuespublic static final int BDESIGNLEVEL_VALUE
If the meaning of 'BDESIGNLEVEL' literal object isn't clear, there really should be more of a description here...
BDESIGNLEVEL,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int EOUTDOORENVIRONMENT_VALUE
If the meaning of 'EOUTDOORENVIRONMENT' literal object isn't clear, there really should be more of a description here...
EOUTDOORENVIRONMENT,
Constant Field Valuespublic static final int AQUALITYOFCOMPONENTS_VALUE
If the meaning of 'AQUALITYOFCOMPONENTS' literal object isn't clear, there really should be more of a description here...
AQUALITYOFCOMPONENTS,
Constant Field Valuespublic static final int FINUSECONDITIONS_VALUE
If the meaning of 'FINUSECONDITIONS' literal object isn't clear, there really should be more of a description here...
FINUSECONDITIONS,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int CWORKEXECUTIONLEVEL_VALUE
If the meaning of 'CWORKEXECUTIONLEVEL' literal object isn't clear, there really should be more of a description here...
CWORKEXECUTIONLEVEL,
Constant Field Valuespublic static final int DINDOORENVIRONMENT_VALUE
If the meaning of 'DINDOORENVIRONMENT' literal object isn't clear, there really should be more of a description here...
DINDOORENVIRONMENT,
Constant Field Valuespublic static final List<IfcServiceLifeFactorTypeEnum> VALUES
public static IfcServiceLifeFactorTypeEnum[] values()
for (IfcServiceLifeFactorTypeEnum c : IfcServiceLifeFactorTypeEnum.values()) System.out.println(c);
public static IfcServiceLifeFactorTypeEnum 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 IfcServiceLifeFactorTypeEnum get(String literal)
literal - the literal.null.public static IfcServiceLifeFactorTypeEnum getByName(String name)
name - the name.null.public static IfcServiceLifeFactorTypeEnum 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<IfcServiceLifeFactorTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.