@IfcClass(layer=RESOURCE, type=ENUMERATION) public enum IfcLogicalOperatorEnum extends Enum<IfcLogicalOperatorEnum>
| 枚举常量和说明 |
|---|
LOGICALAND
Defines a relationship between constraints whereby the provisions of all constraints must be satisfied simultaneously (e.g. constraint A AND constraint B must both be satisfied for the constraint as a whole to be satisfied).
|
LOGICALOR
Defines a relationship between constraints whereby the provisions of at least one of the constraints must be satisfied (e.g. constraint A OR constraint B or the provisions of both may be satisfied for the constraint as a whole to be satisfied).
|
public static final IfcLogicalOperatorEnum LOGICALAND
public static final IfcLogicalOperatorEnum LOGICALOR
public static IfcLogicalOperatorEnum[] values()
for (IfcLogicalOperatorEnum c : IfcLogicalOperatorEnum.values()) System.out.println(c);
public static IfcLogicalOperatorEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.