public enum IfcArithmeticOperatorEnum extends Enum<IfcArithmeticOperatorEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ADD
The 'ADD' literal object.
|
DIVIDE
The 'DIVIDE' literal object.
|
MULTIPLY
The 'MULTIPLY' literal object.
|
NULL
The 'NULL' literal object.
|
SUBTRACT
The 'SUBTRACT' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_VALUE
The 'ADD' literal value.
|
static int |
DIVIDE_VALUE
The 'DIVIDE' literal value.
|
static int |
MULTIPLY_VALUE
The 'MULTIPLY' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SUBTRACT_VALUE
The 'SUBTRACT' literal value.
|
static List<IfcArithmeticOperatorEnum> |
VALUES
A public read-only list of all the 'Ifc Arithmetic Operator Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcArithmeticOperatorEnum |
get(int value)
Returns the 'Ifc Arithmetic Operator Enum' literal with the specified integer value.
|
static IfcArithmeticOperatorEnum |
get(String literal)
Returns the 'Ifc Arithmetic Operator Enum' literal with the specified literal value.
|
static IfcArithmeticOperatorEnum |
getByName(String name)
Returns the 'Ifc Arithmetic 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 IfcArithmeticOperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcArithmeticOperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcArithmeticOperatorEnum NULL
NULL_VALUEpublic static final IfcArithmeticOperatorEnum ADD
ADD_VALUEpublic static final IfcArithmeticOperatorEnum MULTIPLY
MULTIPLY_VALUEpublic static final IfcArithmeticOperatorEnum SUBTRACT
SUBTRACT_VALUEpublic static final IfcArithmeticOperatorEnum DIVIDE
DIVIDE_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 ADD_VALUE
If the meaning of 'ADD' literal object isn't clear, there really should be more of a description here...
ADD,
Constant Field Valuespublic static final int MULTIPLY_VALUE
If the meaning of 'MULTIPLY' literal object isn't clear, there really should be more of a description here...
MULTIPLY,
Constant Field Valuespublic static final int SUBTRACT_VALUE
If the meaning of 'SUBTRACT' literal object isn't clear, there really should be more of a description here...
SUBTRACT,
Constant Field Valuespublic static final int DIVIDE_VALUE
If the meaning of 'DIVIDE' literal object isn't clear, there really should be more of a description here...
DIVIDE,
Constant Field Valuespublic static final List<IfcArithmeticOperatorEnum> VALUES
public static IfcArithmeticOperatorEnum[] values()
for (IfcArithmeticOperatorEnum c : IfcArithmeticOperatorEnum.values()) System.out.println(c);
public static IfcArithmeticOperatorEnum 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 IfcArithmeticOperatorEnum get(String literal)
literal - the literal.null.public static IfcArithmeticOperatorEnum getByName(String name)
name - the name.null.public static IfcArithmeticOperatorEnum 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<IfcArithmeticOperatorEnum>Copyright © 2016 OpenSource BIM. All rights reserved.