@IfcClass(layer=RESOURCE, type=ENUMERATION) public enum IfcBenchmarkEnum extends Enum<IfcBenchmarkEnum>
| 枚举常量和说明 |
|---|
EQUALTO
Identifies that a value must be equal to that set by the constraint.
|
GREATERTHAN
Identifies that a value must be greater than that set by the constraint.
|
GREATERTHANOREQUALTO
Identifies that a value must be either greater than or equal to that set by the constraint.
|
LESSTHAN
Identifies that a value must be less than that set by the constraint.
|
LESSTHANOREQUALTO
Identifies that a value must be either less than or equal to that set by the constraint.
|
NOTEQUALTO
Identifies that a value must be not equal to that set by the constraint.
|
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 IfcBenchmarkEnum[] values()
for (IfcBenchmarkEnum c : IfcBenchmarkEnum.values()) System.out.println(c);
public static IfcBenchmarkEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.