public enum IfcBenchmarkEnum4 extends Enum<IfcBenchmarkEnum4>
IfcBenchmarkEnum
| Enum Constant and Description |
|---|
EQUALTO |
GREATERTHAN |
GREATERTHANOREQUALTO |
INCLUDEDIN |
INCLUDES |
LESSTHAN |
LESSTHANOREQUALTO |
NOTEQUALTO |
NOTINCLUDEDIN |
NOTINCLUDES |
| Modifier and Type | Method and Description |
|---|---|
static IfcBenchmarkEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBenchmarkEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBenchmarkEnum4 GREATERTHAN
public static final IfcBenchmarkEnum4 GREATERTHANOREQUALTO
public static final IfcBenchmarkEnum4 LESSTHAN
public static final IfcBenchmarkEnum4 LESSTHANOREQUALTO
public static final IfcBenchmarkEnum4 EQUALTO
public static final IfcBenchmarkEnum4 NOTEQUALTO
public static final IfcBenchmarkEnum4 INCLUDES
public static final IfcBenchmarkEnum4 NOTINCLUDES
public static final IfcBenchmarkEnum4 INCLUDEDIN
public static final IfcBenchmarkEnum4 NOTINCLUDEDIN
public static IfcBenchmarkEnum4[] values()
for (IfcBenchmarkEnum4 c : IfcBenchmarkEnum4.values()) System.out.println(c);
public static IfcBenchmarkEnum4 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.