public enum IfcControllerTypeEnum extends Enum<IfcControllerTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcControllerTypeEnum()| Enum Constant and Description |
|---|
FLOATING
The 'FLOATING' literal object.
|
MULTIPOSITION
The 'MULTIPOSITION' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PROGRAMMABLE
The 'PROGRAMMABLE' literal object.
|
PROPORTIONAL
The 'PROPORTIONAL' literal object.
|
TWOPOSITION
The 'TWOPOSITION' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FLOATING_VALUE
The 'FLOATING' literal value.
|
static int |
MULTIPOSITION_VALUE
The 'MULTIPOSITION' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PROGRAMMABLE_VALUE
The 'PROGRAMMABLE' literal value.
|
static int |
PROPORTIONAL_VALUE
The 'PROPORTIONAL' literal value.
|
static int |
TWOPOSITION_VALUE
The 'TWOPOSITION' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcControllerTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Controller Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcControllerTypeEnum |
get(int value)
Returns the 'Ifc Controller Type Enum' literal with the specified integer value.
|
static IfcControllerTypeEnum |
get(String literal)
Returns the 'Ifc Controller Type Enum' literal with the specified literal value.
|
static IfcControllerTypeEnum |
getByName(String name)
Returns the 'Ifc Controller 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 IfcControllerTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcControllerTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcControllerTypeEnum NULL
NULL_VALUEpublic static final IfcControllerTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcControllerTypeEnum FLOATING
FLOATING_VALUEpublic static final IfcControllerTypeEnum TWOPOSITION
TWOPOSITION_VALUEpublic static final IfcControllerTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcControllerTypeEnum PROPORTIONAL
PROPORTIONAL_VALUEpublic static final IfcControllerTypeEnum PROGRAMMABLE
PROGRAMMABLE_VALUEpublic static final IfcControllerTypeEnum MULTIPOSITION
MULTIPOSITION_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 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 FLOATING_VALUE
If the meaning of 'FLOATING' literal object isn't clear, there really should be more of a description here...
FLOATING,
Constant Field Valuespublic static final int TWOPOSITION_VALUE
If the meaning of 'TWOPOSITION' literal object isn't clear, there really should be more of a description here...
TWOPOSITION,
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 PROPORTIONAL_VALUE
If the meaning of 'PROPORTIONAL' literal object isn't clear, there really should be more of a description here...
PROPORTIONAL,
Constant Field Valuespublic static final int PROGRAMMABLE_VALUE
If the meaning of 'PROGRAMMABLE' literal object isn't clear, there really should be more of a description here...
PROGRAMMABLE,
Constant Field Valuespublic static final int MULTIPOSITION_VALUE
If the meaning of 'MULTIPOSITION' literal object isn't clear, there really should be more of a description here...
MULTIPOSITION,
Constant Field Valuespublic static final List<IfcControllerTypeEnum> VALUES
public static IfcControllerTypeEnum[] values()
for (IfcControllerTypeEnum c : IfcControllerTypeEnum.values()) System.out.println(c);
public static IfcControllerTypeEnum 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 IfcControllerTypeEnum get(String literal)
literal - the literal.null.public static IfcControllerTypeEnum getByName(String name)
name - the name.null.public static IfcControllerTypeEnum 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<IfcControllerTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.