@IfcClass(layer=RESOURCE, type=ENUMERATION) public enum IfcObjectiveEnum extends Enum<IfcObjectiveEnum>
| 枚举常量和说明 |
|---|
CODECOMPLIANCE
A constraint whose objective is to ensure satisfaction of a code compliance provision.
|
DESIGNINTENT
A constraint whose objective is to ensure satisfaction of a design intent provision.
|
HEALTHANDSAFETY
A constraint whose objective is to ensure satisfaction of a health and safety provision.
|
NOTDEFINED |
REQUIREMENT
A constraint whose objective is to ensure satisfaction of a project requirement provision.
|
SPECIFICATION
A constraint whose objective is to ensure satisfaction of a specification provision.
|
TRIGGERCONDITION
A constraint whose objective is to indicate a limiting value beyond which the condition of an object requires a particular form of attention.
|
USERDEFINED |
public static final IfcObjectiveEnum CODECOMPLIANCE
public static final IfcObjectiveEnum DESIGNINTENT
public static final IfcObjectiveEnum HEALTHANDSAFETY
public static final IfcObjectiveEnum REQUIREMENT
public static final IfcObjectiveEnum SPECIFICATION
public static final IfcObjectiveEnum TRIGGERCONDITION
public static final IfcObjectiveEnum USERDEFINED
public static final IfcObjectiveEnum NOTDEFINED
public static IfcObjectiveEnum[] values()
for (IfcObjectiveEnum c : IfcObjectiveEnum.values()) System.out.println(c);
public static IfcObjectiveEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.