public enum IfcLogicalOperatorEnum extends Enum<IfcLogicalOperatorEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcLogicalOperatorEnum()| Enum Constant and Description |
|---|
LOGICALAND
The 'LOGICALAND' literal object.
|
LOGICALNOTAND
The 'LOGICALNOTAND' literal object.
|
LOGICALNOTOR
The 'LOGICALNOTOR' literal object.
|
LOGICALOR
The 'LOGICALOR' literal object.
|
LOGICALXOR
The 'LOGICALXOR' literal object.
|
NULL
The 'NULL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
LOGICALAND_VALUE
The 'LOGICALAND' literal value.
|
static int |
LOGICALNOTAND_VALUE
The 'LOGICALNOTAND' literal value.
|
static int |
LOGICALNOTOR_VALUE
The 'LOGICALNOTOR' literal value.
|
static int |
LOGICALOR_VALUE
The 'LOGICALOR' literal value.
|
static int |
LOGICALXOR_VALUE
The 'LOGICALXOR' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static List<IfcLogicalOperatorEnum> |
VALUES
A public read-only list of all the 'Ifc Logical Operator Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcLogicalOperatorEnum |
get(int value)
Returns the 'Ifc Logical Operator Enum' literal with the specified integer value.
|
static IfcLogicalOperatorEnum |
get(String literal)
Returns the 'Ifc Logical Operator Enum' literal with the specified literal value.
|
static IfcLogicalOperatorEnum |
getByName(String name)
Returns the 'Ifc Logical Operator 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 IfcLogicalOperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcLogicalOperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcLogicalOperatorEnum NULL
NULL_VALUEpublic static final IfcLogicalOperatorEnum LOGICALXOR
LOGICALXOR_VALUEpublic static final IfcLogicalOperatorEnum LOGICALOR
LOGICALOR_VALUEpublic static final IfcLogicalOperatorEnum LOGICALNOTOR
LOGICALNOTOR_VALUEpublic static final IfcLogicalOperatorEnum LOGICALAND
LOGICALAND_VALUEpublic static final IfcLogicalOperatorEnum LOGICALNOTAND
LOGICALNOTAND_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 LOGICALXOR_VALUE
If the meaning of 'LOGICALXOR' literal object isn't clear, there really should be more of a description here...
LOGICALXOR,
Constant Field Valuespublic static final int LOGICALOR_VALUE
If the meaning of 'LOGICALOR' literal object isn't clear, there really should be more of a description here...
LOGICALOR,
Constant Field Valuespublic static final int LOGICALNOTOR_VALUE
If the meaning of 'LOGICALNOTOR' literal object isn't clear, there really should be more of a description here...
LOGICALNOTOR,
Constant Field Valuespublic static final int LOGICALAND_VALUE
If the meaning of 'LOGICALAND' literal object isn't clear, there really should be more of a description here...
LOGICALAND,
Constant Field Valuespublic static final int LOGICALNOTAND_VALUE
If the meaning of 'LOGICALNOTAND' literal object isn't clear, there really should be more of a description here...
LOGICALNOTAND,
Constant Field Valuespublic static final List<IfcLogicalOperatorEnum> VALUES
public static IfcLogicalOperatorEnum[] values()
for (IfcLogicalOperatorEnum c : IfcLogicalOperatorEnum.values()) System.out.println(c);
public static IfcLogicalOperatorEnum 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 IfcLogicalOperatorEnum get(String literal)
literal - the literal.null.public static IfcLogicalOperatorEnum getByName(String name)
name - the name.null.public static IfcLogicalOperatorEnum 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<IfcLogicalOperatorEnum>Copyright © 2016 OpenSource BIM. All rights reserved.