public enum IfcBenchmarkEnum extends Enum<IfcBenchmarkEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcBenchmarkEnum()| Enum Constant and Description |
|---|
EQUALTO
The 'EQUALTO' literal object.
|
GREATERTHAN
The 'GREATERTHAN' literal object.
|
GREATERTHANOREQUALTO
The 'GREATERTHANOREQUALTO' literal object.
|
LESSTHAN
The 'LESSTHAN' literal object.
|
LESSTHANOREQUALTO
The 'LESSTHANOREQUALTO' literal object.
|
NOTEQUALTO
The 'NOTEQUALTO' literal object.
|
NULL
The 'NULL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EQUALTO_VALUE
The 'EQUALTO' literal value.
|
static int |
GREATERTHAN_VALUE
The 'GREATERTHAN' literal value.
|
static int |
GREATERTHANOREQUALTO_VALUE
The 'GREATERTHANOREQUALTO' literal value.
|
static int |
LESSTHAN_VALUE
The 'LESSTHAN' literal value.
|
static int |
LESSTHANOREQUALTO_VALUE
The 'LESSTHANOREQUALTO' literal value.
|
static int |
NOTEQUALTO_VALUE
The 'NOTEQUALTO' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static List<IfcBenchmarkEnum> |
VALUES
A public read-only list of all the 'Ifc Benchmark Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcBenchmarkEnum |
get(int value)
Returns the 'Ifc Benchmark Enum' literal with the specified integer value.
|
static IfcBenchmarkEnum |
get(String literal)
Returns the 'Ifc Benchmark Enum' literal with the specified literal value.
|
static IfcBenchmarkEnum |
getByName(String name)
Returns the 'Ifc Benchmark 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 IfcBenchmarkEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBenchmarkEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBenchmarkEnum NULL
NULL_VALUEpublic static final IfcBenchmarkEnum LESSTHANOREQUALTO
LESSTHANOREQUALTO_VALUEpublic static final IfcBenchmarkEnum LESSTHAN
LESSTHAN_VALUEpublic static final IfcBenchmarkEnum NOTEQUALTO
NOTEQUALTO_VALUEpublic static final IfcBenchmarkEnum EQUALTO
EQUALTO_VALUEpublic static final IfcBenchmarkEnum GREATERTHAN
GREATERTHAN_VALUEpublic static final IfcBenchmarkEnum GREATERTHANOREQUALTO
GREATERTHANOREQUALTO_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 LESSTHANOREQUALTO_VALUE
If the meaning of 'LESSTHANOREQUALTO' literal object isn't clear, there really should be more of a description here...
LESSTHANOREQUALTO,
Constant Field Valuespublic static final int LESSTHAN_VALUE
If the meaning of 'LESSTHAN' literal object isn't clear, there really should be more of a description here...
LESSTHAN,
Constant Field Valuespublic static final int NOTEQUALTO_VALUE
If the meaning of 'NOTEQUALTO' literal object isn't clear, there really should be more of a description here...
NOTEQUALTO,
Constant Field Valuespublic static final int EQUALTO_VALUE
If the meaning of 'EQUALTO' literal object isn't clear, there really should be more of a description here...
EQUALTO,
Constant Field Valuespublic static final int GREATERTHAN_VALUE
If the meaning of 'GREATERTHAN' literal object isn't clear, there really should be more of a description here...
GREATERTHAN,
Constant Field Valuespublic static final int GREATERTHANOREQUALTO_VALUE
If the meaning of 'GREATERTHANOREQUALTO' literal object isn't clear, there really should be more of a description here...
GREATERTHANOREQUALTO,
Constant Field Valuespublic static final List<IfcBenchmarkEnum> VALUES
public static IfcBenchmarkEnum[] values()
for (IfcBenchmarkEnum c : IfcBenchmarkEnum.values()) System.out.println(c);
public static IfcBenchmarkEnum 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 IfcBenchmarkEnum get(String literal)
literal - the literal.null.public static IfcBenchmarkEnum getByName(String name)
name - the name.null.public static IfcBenchmarkEnum 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<IfcBenchmarkEnum>Copyright © 2018 OpenSource BIM. All rights reserved.