public enum IfcBenchmarkEnum extends Enum<IfcBenchmarkEnum>
Enum Constant and Description |
---|
EQUALTO |
GREATERTHAN |
GREATERTHANOREQUALTO |
INCLUDEDIN |
INCLUDES |
LESSTHAN |
LESSTHANOREQUALTO |
NOTEQUALTO |
NOTINCLUDEDIN |
NOTINCLUDES |
Modifier and Type | Method and Description |
---|---|
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 GREATERTHAN
public static final IfcBenchmarkEnum GREATERTHANOREQUALTO
public static final IfcBenchmarkEnum LESSTHAN
public static final IfcBenchmarkEnum LESSTHANOREQUALTO
public static final IfcBenchmarkEnum EQUALTO
public static final IfcBenchmarkEnum NOTEQUALTO
public static final IfcBenchmarkEnum INCLUDES
public static final IfcBenchmarkEnum NOTINCLUDES
public static final IfcBenchmarkEnum INCLUDEDIN
public static final IfcBenchmarkEnum NOTINCLUDEDIN
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 null