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