public enum IfcPropertySetTemplateTypeEnum extends Enum<IfcPropertySetTemplateTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PSET_OCCURRENCEDRIVEN
The 'PSET OCCURRENCEDRIVEN' literal object.
|
PSET_PERFORMANCEDRIVEN
The 'PSET PERFORMANCEDRIVEN' literal object.
|
PSET_TYPEDRIVENONLY
The 'PSET TYPEDRIVENONLY' literal object.
|
PSET_TYPEDRIVENOVERRIDE
The 'PSET TYPEDRIVENOVERRIDE' literal object.
|
QTO_OCCURRENCEDRIVEN
The 'QTO OCCURRENCEDRIVEN' literal object.
|
QTO_TYPEDRIVENONLY
The 'QTO TYPEDRIVENONLY' literal object.
|
QTO_TYPEDRIVENOVERRIDE
The 'QTO TYPEDRIVENOVERRIDE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PSET_OCCURRENCEDRIVEN_VALUE
The 'PSET OCCURRENCEDRIVEN' literal value.
|
static int |
PSET_PERFORMANCEDRIVEN_VALUE
The 'PSET PERFORMANCEDRIVEN' literal value.
|
static int |
PSET_TYPEDRIVENONLY_VALUE
The 'PSET TYPEDRIVENONLY' literal value.
|
static int |
PSET_TYPEDRIVENOVERRIDE_VALUE
The 'PSET TYPEDRIVENOVERRIDE' literal value.
|
static int |
QTO_OCCURRENCEDRIVEN_VALUE
The 'QTO OCCURRENCEDRIVEN' literal value.
|
static int |
QTO_TYPEDRIVENONLY_VALUE
The 'QTO TYPEDRIVENONLY' literal value.
|
static int |
QTO_TYPEDRIVENOVERRIDE_VALUE
The 'QTO TYPEDRIVENOVERRIDE' literal value.
|
static List<IfcPropertySetTemplateTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Property Set Template Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcPropertySetTemplateTypeEnum |
get(int value)
Returns the 'Ifc Property Set Template Type Enum' literal with the specified integer value.
|
static IfcPropertySetTemplateTypeEnum |
get(String literal)
Returns the 'Ifc Property Set Template Type Enum' literal with the specified literal value.
|
static IfcPropertySetTemplateTypeEnum |
getByName(String name)
Returns the 'Ifc Property Set 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 IfcPropertySetTemplateTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPropertySetTemplateTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPropertySetTemplateTypeEnum NULL
NULL_VALUEpublic static final IfcPropertySetTemplateTypeEnum PSET_OCCURRENCEDRIVEN
PSET_OCCURRENCEDRIVEN_VALUEpublic static final IfcPropertySetTemplateTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcPropertySetTemplateTypeEnum PSET_TYPEDRIVENONLY
PSET_TYPEDRIVENONLY_VALUEpublic static final IfcPropertySetTemplateTypeEnum QTO_TYPEDRIVENONLY
QTO_TYPEDRIVENONLY_VALUEpublic static final IfcPropertySetTemplateTypeEnum PSET_TYPEDRIVENOVERRIDE
PSET_TYPEDRIVENOVERRIDE_VALUEpublic static final IfcPropertySetTemplateTypeEnum QTO_OCCURRENCEDRIVEN
QTO_OCCURRENCEDRIVEN_VALUEpublic static final IfcPropertySetTemplateTypeEnum QTO_TYPEDRIVENOVERRIDE
QTO_TYPEDRIVENOVERRIDE_VALUEpublic static final IfcPropertySetTemplateTypeEnum PSET_PERFORMANCEDRIVEN
PSET_PERFORMANCEDRIVEN_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 PSET_OCCURRENCEDRIVEN_VALUE
If the meaning of 'PSET OCCURRENCEDRIVEN' literal object isn't clear, there really should be more of a description here...
PSET_OCCURRENCEDRIVEN,
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 PSET_TYPEDRIVENONLY_VALUE
If the meaning of 'PSET TYPEDRIVENONLY' literal object isn't clear, there really should be more of a description here...
PSET_TYPEDRIVENONLY,
Constant Field Valuespublic static final int QTO_TYPEDRIVENONLY_VALUE
If the meaning of 'QTO TYPEDRIVENONLY' literal object isn't clear, there really should be more of a description here...
QTO_TYPEDRIVENONLY,
Constant Field Valuespublic static final int PSET_TYPEDRIVENOVERRIDE_VALUE
If the meaning of 'PSET TYPEDRIVENOVERRIDE' literal object isn't clear, there really should be more of a description here...
PSET_TYPEDRIVENOVERRIDE,
Constant Field Valuespublic static final int QTO_OCCURRENCEDRIVEN_VALUE
If the meaning of 'QTO OCCURRENCEDRIVEN' literal object isn't clear, there really should be more of a description here...
QTO_OCCURRENCEDRIVEN,
Constant Field Valuespublic static final int QTO_TYPEDRIVENOVERRIDE_VALUE
If the meaning of 'QTO TYPEDRIVENOVERRIDE' literal object isn't clear, there really should be more of a description here...
QTO_TYPEDRIVENOVERRIDE,
Constant Field Valuespublic static final int PSET_PERFORMANCEDRIVEN_VALUE
If the meaning of 'PSET PERFORMANCEDRIVEN' literal object isn't clear, there really should be more of a description here...
PSET_PERFORMANCEDRIVEN,
Constant Field Valuespublic static final List<IfcPropertySetTemplateTypeEnum> VALUES
public static IfcPropertySetTemplateTypeEnum[] values()
for (IfcPropertySetTemplateTypeEnum c : IfcPropertySetTemplateTypeEnum.values()) System.out.println(c);
public static IfcPropertySetTemplateTypeEnum 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 IfcPropertySetTemplateTypeEnum get(String literal)
literal - the literal.null.public static IfcPropertySetTemplateTypeEnum getByName(String name)
name - the name.null.public static IfcPropertySetTemplateTypeEnum 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<IfcPropertySetTemplateTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.