@IfcClass(layer=RESOURCE, type=ENUMERATION, isStepElement=false) public enum IfcChangeActionEnum extends Enum<IfcChangeActionEnum>
| 枚举常量和说明 |
|---|
ADDED
The object has been added by the user and application defined by the LastModifyingUser and LastModifyingApplication respectively.
|
DELETED
The object has been added by the user and application defined by the LastModifyingUser and LastModifyingApplication respectively.
|
MODIFIED
A modification to the object has been made by the user and application defined by the LastModifyingUser and LastModifyingApplication respectively.
|
MODIFIEDADDED
The object has been added and modified by the user and application defined by the LastModifyingUser and LastModifyingApplication respectively.
|
MODIFIEDDELETED
The object has been modified and deleted by the user and application defined by the LastModifyingUser and LastModifyingApplication respectively.
|
NOCHANGE
Object has not been modified.
|
public static final IfcChangeActionEnum NOCHANGE
public static final IfcChangeActionEnum MODIFIED
public static final IfcChangeActionEnum ADDED
public static final IfcChangeActionEnum DELETED
public static final IfcChangeActionEnum MODIFIEDADDED
public static final IfcChangeActionEnum MODIFIEDDELETED
public static IfcChangeActionEnum[] values()
for (IfcChangeActionEnum c : IfcChangeActionEnum.values()) System.out.println(c);
public static IfcChangeActionEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.