public enum IfcSimplePropertyTemplateTypeEnum extends Enum<IfcSimplePropertyTemplateTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
NULL
The 'NULL' literal object.
|
PBOUNDEDVALUE
The 'PBOUNDEDVALUE' literal object.
|
PENUMERATEDVALUE
The 'PENUMERATEDVALUE' literal object.
|
PLISTVALUE
The 'PLISTVALUE' literal object.
|
PREFERENCEVALUE
The 'PREFERENCEVALUE' literal object.
|
PSINGLEVALUE
The 'PSINGLEVALUE' literal object.
|
PTABLEVALUE
The 'PTABLEVALUE' literal object.
|
QAREA
The 'QAREA' literal object.
|
QCOUNT
The 'QCOUNT' literal object.
|
QLENGTH
The 'QLENGTH' literal object.
|
QTIME
The 'QTIME' literal object.
|
QVOLUME
The 'QVOLUME' literal object.
|
QWEIGHT
The 'QWEIGHT' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PBOUNDEDVALUE_VALUE
The 'PBOUNDEDVALUE' literal value.
|
static int |
PENUMERATEDVALUE_VALUE
The 'PENUMERATEDVALUE' literal value.
|
static int |
PLISTVALUE_VALUE
The 'PLISTVALUE' literal value.
|
static int |
PREFERENCEVALUE_VALUE
The 'PREFERENCEVALUE' literal value.
|
static int |
PSINGLEVALUE_VALUE
The 'PSINGLEVALUE' literal value.
|
static int |
PTABLEVALUE_VALUE
The 'PTABLEVALUE' literal value.
|
static int |
QAREA_VALUE
The 'QAREA' literal value.
|
static int |
QCOUNT_VALUE
The 'QCOUNT' literal value.
|
static int |
QLENGTH_VALUE
The 'QLENGTH' literal value.
|
static int |
QTIME_VALUE
The 'QTIME' literal value.
|
static int |
QVOLUME_VALUE
The 'QVOLUME' literal value.
|
static int |
QWEIGHT_VALUE
The 'QWEIGHT' literal value.
|
static List<IfcSimplePropertyTemplateTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Simple Property Template Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSimplePropertyTemplateTypeEnum |
get(int value)
Returns the 'Ifc Simple Property Template Type Enum' literal with the specified integer value.
|
static IfcSimplePropertyTemplateTypeEnum |
get(String literal)
Returns the 'Ifc Simple Property Template Type Enum' literal with the specified literal value.
|
static IfcSimplePropertyTemplateTypeEnum |
getByName(String name)
Returns the 'Ifc Simple Property Template 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 IfcSimplePropertyTemplateTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSimplePropertyTemplateTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSimplePropertyTemplateTypeEnum NULL
NULL_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum QTIME
QTIME_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum PLISTVALUE
PLISTVALUE_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum QLENGTH
QLENGTH_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum QVOLUME
QVOLUME_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum QWEIGHT
QWEIGHT_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum PREFERENCEVALUE
PREFERENCEVALUE_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum PTABLEVALUE
PTABLEVALUE_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum QAREA
QAREA_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum QCOUNT
QCOUNT_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum PSINGLEVALUE
PSINGLEVALUE_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum PENUMERATEDVALUE
PENUMERATEDVALUE_VALUEpublic static final IfcSimplePropertyTemplateTypeEnum PBOUNDEDVALUE
PBOUNDEDVALUE_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 QTIME_VALUE
If the meaning of 'QTIME' literal object isn't clear, there really should be more of a description here...
QTIME,
Constant Field Valuespublic static final int PLISTVALUE_VALUE
If the meaning of 'PLISTVALUE' literal object isn't clear, there really should be more of a description here...
PLISTVALUE,
Constant Field Valuespublic static final int QLENGTH_VALUE
If the meaning of 'QLENGTH' literal object isn't clear, there really should be more of a description here...
QLENGTH,
Constant Field Valuespublic static final int QVOLUME_VALUE
If the meaning of 'QVOLUME' literal object isn't clear, there really should be more of a description here...
QVOLUME,
Constant Field Valuespublic static final int QWEIGHT_VALUE
If the meaning of 'QWEIGHT' literal object isn't clear, there really should be more of a description here...
QWEIGHT,
Constant Field Valuespublic static final int PREFERENCEVALUE_VALUE
If the meaning of 'PREFERENCEVALUE' literal object isn't clear, there really should be more of a description here...
PREFERENCEVALUE,
Constant Field Valuespublic static final int PTABLEVALUE_VALUE
If the meaning of 'PTABLEVALUE' literal object isn't clear, there really should be more of a description here...
PTABLEVALUE,
Constant Field Valuespublic static final int QAREA_VALUE
If the meaning of 'QAREA' literal object isn't clear, there really should be more of a description here...
QAREA,
Constant Field Valuespublic static final int QCOUNT_VALUE
If the meaning of 'QCOUNT' literal object isn't clear, there really should be more of a description here...
QCOUNT,
Constant Field Valuespublic static final int PSINGLEVALUE_VALUE
If the meaning of 'PSINGLEVALUE' literal object isn't clear, there really should be more of a description here...
PSINGLEVALUE,
Constant Field Valuespublic static final int PENUMERATEDVALUE_VALUE
If the meaning of 'PENUMERATEDVALUE' literal object isn't clear, there really should be more of a description here...
PENUMERATEDVALUE,
Constant Field Valuespublic static final int PBOUNDEDVALUE_VALUE
If the meaning of 'PBOUNDEDVALUE' literal object isn't clear, there really should be more of a description here...
PBOUNDEDVALUE,
Constant Field Valuespublic static final List<IfcSimplePropertyTemplateTypeEnum> VALUES
public static IfcSimplePropertyTemplateTypeEnum[] values()
for (IfcSimplePropertyTemplateTypeEnum c : IfcSimplePropertyTemplateTypeEnum.values()) System.out.println(c);
public static IfcSimplePropertyTemplateTypeEnum 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 IfcSimplePropertyTemplateTypeEnum get(String literal)
literal - the literal.null.public static IfcSimplePropertyTemplateTypeEnum getByName(String name)
name - the name.null.public static IfcSimplePropertyTemplateTypeEnum 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<IfcSimplePropertyTemplateTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.