public enum IfcChangeActionEnum extends Enum<IfcChangeActionEnum>
| Enum Constant and Description |
|---|
ADDED |
DELETED |
MODIFIED |
NOCHANGE |
NOTDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcChangeActionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcChangeActionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcChangeActionEnum NOCHANGE
public static final IfcChangeActionEnum MODIFIED
public static final IfcChangeActionEnum ADDED
public static final IfcChangeActionEnum DELETED
public static final IfcChangeActionEnum NOTDEFINED
public static IfcChangeActionEnum[] values()
for (IfcChangeActionEnum c : IfcChangeActionEnum.values()) System.out.println(c);
public static IfcChangeActionEnum 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 null