public enum IfcBooleanOperator extends Enum<IfcBooleanOperator> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcBooleanOperator()| Enum Constant and Description |
|---|
DIFFERENCE
The 'DIFFERENCE' literal object.
|
INTERSECTION
The 'INTERSECTION' literal object.
|
NULL
The 'NULL' literal object.
|
UNION
The 'UNION' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DIFFERENCE_VALUE
The 'DIFFERENCE' literal value.
|
static int |
INTERSECTION_VALUE
The 'INTERSECTION' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
UNION_VALUE
The 'UNION' literal value.
|
static List<IfcBooleanOperator> |
VALUES
A public read-only list of all the 'Ifc Boolean Operator' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcBooleanOperator |
get(int value)
Returns the 'Ifc Boolean Operator' literal with the specified integer value.
|
static IfcBooleanOperator |
get(String literal)
Returns the 'Ifc Boolean Operator' literal with the specified literal value.
|
static IfcBooleanOperator |
getByName(String name)
Returns the 'Ifc Boolean Operator' 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 IfcBooleanOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBooleanOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBooleanOperator NULL
NULL_VALUEpublic static final IfcBooleanOperator DIFFERENCE
DIFFERENCE_VALUEpublic static final IfcBooleanOperator INTERSECTION
INTERSECTION_VALUEpublic static final IfcBooleanOperator UNION
UNION_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 DIFFERENCE_VALUE
If the meaning of 'DIFFERENCE' literal object isn't clear, there really should be more of a description here...
DIFFERENCE,
Constant Field Valuespublic static final int INTERSECTION_VALUE
If the meaning of 'INTERSECTION' literal object isn't clear, there really should be more of a description here...
INTERSECTION,
Constant Field Valuespublic static final int UNION_VALUE
If the meaning of 'UNION' literal object isn't clear, there really should be more of a description here...
UNION,
Constant Field Valuespublic static final List<IfcBooleanOperator> VALUES
public static IfcBooleanOperator[] values()
for (IfcBooleanOperator c : IfcBooleanOperator.values()) System.out.println(c);
public static IfcBooleanOperator 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 IfcBooleanOperator get(String literal)
literal - the literal.null.public static IfcBooleanOperator getByName(String name)
name - the name.null.public static IfcBooleanOperator 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<IfcBooleanOperator>Copyright © 2018 OpenSource BIM. All rights reserved.