public enum IfcPropertySourceEnum extends Enum<IfcPropertySourceEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ASBUILT
The 'ASBUILT' literal object.
|
COMMISSIONING
The 'COMMISSIONING' literal object.
|
DESIGN
The 'DESIGN' literal object.
|
DESIGNMAXIMUM
The 'DESIGNMAXIMUM' literal object.
|
DESIGNMINIMUM
The 'DESIGNMINIMUM' literal object.
|
MEASURED
The 'MEASURED' literal object.
|
NOTKNOWN
The 'NOTKNOWN' literal object.
|
NULL
The 'NULL' literal object.
|
SIMULATED
The 'SIMULATED' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ASBUILT_VALUE
The 'ASBUILT' literal value.
|
static int |
COMMISSIONING_VALUE
The 'COMMISSIONING' literal value.
|
static int |
DESIGN_VALUE
The 'DESIGN' literal value.
|
static int |
DESIGNMAXIMUM_VALUE
The 'DESIGNMAXIMUM' literal value.
|
static int |
DESIGNMINIMUM_VALUE
The 'DESIGNMINIMUM' literal value.
|
static int |
MEASURED_VALUE
The 'MEASURED' literal value.
|
static int |
NOTKNOWN_VALUE
The 'NOTKNOWN' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SIMULATED_VALUE
The 'SIMULATED' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcPropertySourceEnum> |
VALUES
A public read-only list of all the 'Ifc Property Source Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcPropertySourceEnum |
get(int value)
Returns the 'Ifc Property Source Enum' literal with the specified integer value.
|
static IfcPropertySourceEnum |
get(String literal)
Returns the 'Ifc Property Source Enum' literal with the specified literal value.
|
static IfcPropertySourceEnum |
getByName(String name)
Returns the 'Ifc Property Source 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 IfcPropertySourceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPropertySourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPropertySourceEnum NULL
NULL_VALUEpublic static final IfcPropertySourceEnum DESIGNMAXIMUM
DESIGNMAXIMUM_VALUEpublic static final IfcPropertySourceEnum COMMISSIONING
COMMISSIONING_VALUEpublic static final IfcPropertySourceEnum DESIGN
DESIGN_VALUEpublic static final IfcPropertySourceEnum NOTKNOWN
NOTKNOWN_VALUEpublic static final IfcPropertySourceEnum MEASURED
MEASURED_VALUEpublic static final IfcPropertySourceEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcPropertySourceEnum DESIGNMINIMUM
DESIGNMINIMUM_VALUEpublic static final IfcPropertySourceEnum ASBUILT
ASBUILT_VALUEpublic static final IfcPropertySourceEnum SIMULATED
SIMULATED_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 DESIGNMAXIMUM_VALUE
If the meaning of 'DESIGNMAXIMUM' literal object isn't clear, there really should be more of a description here...
DESIGNMAXIMUM,
Constant Field Valuespublic static final int COMMISSIONING_VALUE
If the meaning of 'COMMISSIONING' literal object isn't clear, there really should be more of a description here...
COMMISSIONING,
Constant Field Valuespublic static final int DESIGN_VALUE
If the meaning of 'DESIGN' literal object isn't clear, there really should be more of a description here...
DESIGN,
Constant Field Valuespublic static final int NOTKNOWN_VALUE
If the meaning of 'NOTKNOWN' literal object isn't clear, there really should be more of a description here...
NOTKNOWN,
Constant Field Valuespublic static final int MEASURED_VALUE
If the meaning of 'MEASURED' literal object isn't clear, there really should be more of a description here...
MEASURED,
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 DESIGNMINIMUM_VALUE
If the meaning of 'DESIGNMINIMUM' literal object isn't clear, there really should be more of a description here...
DESIGNMINIMUM,
Constant Field Valuespublic static final int ASBUILT_VALUE
If the meaning of 'ASBUILT' literal object isn't clear, there really should be more of a description here...
ASBUILT,
Constant Field Valuespublic static final int SIMULATED_VALUE
If the meaning of 'SIMULATED' literal object isn't clear, there really should be more of a description here...
SIMULATED,
Constant Field Valuespublic static final List<IfcPropertySourceEnum> VALUES
public static IfcPropertySourceEnum[] values()
for (IfcPropertySourceEnum c : IfcPropertySourceEnum.values()) System.out.println(c);
public static IfcPropertySourceEnum 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 IfcPropertySourceEnum get(String literal)
literal - the literal.null.public static IfcPropertySourceEnum getByName(String name)
name - the name.null.public static IfcPropertySourceEnum 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<IfcPropertySourceEnum>Copyright © 2016 OpenSource BIM. All rights reserved.