public enum IfcChangeActionEnum extends Enum<IfcChangeActionEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ADDED
The 'ADDED' literal object.
|
DELETED
The 'DELETED' literal object.
|
MODIFIED
The 'MODIFIED' literal object.
|
MODIFIEDADDED
The 'MODIFIEDADDED' literal object.
|
MODIFIEDDELETED
The 'MODIFIEDDELETED' literal object.
|
NOCHANGE
The 'NOCHANGE' literal object.
|
NULL
The 'NULL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDED_VALUE
The 'ADDED' literal value.
|
static int |
DELETED_VALUE
The 'DELETED' literal value.
|
static int |
MODIFIED_VALUE
The 'MODIFIED' literal value.
|
static int |
MODIFIEDADDED_VALUE
The 'MODIFIEDADDED' literal value.
|
static int |
MODIFIEDDELETED_VALUE
The 'MODIFIEDDELETED' literal value.
|
static int |
NOCHANGE_VALUE
The 'NOCHANGE' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static List<IfcChangeActionEnum> |
VALUES
A public read-only list of all the 'Ifc Change Action Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcChangeActionEnum |
get(int value)
Returns the 'Ifc Change Action Enum' literal with the specified integer value.
|
static IfcChangeActionEnum |
get(String literal)
Returns the 'Ifc Change Action Enum' literal with the specified literal value.
|
static IfcChangeActionEnum |
getByName(String name)
Returns the 'Ifc Change Action Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
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 NULL
NULL_VALUEpublic static final IfcChangeActionEnum NOCHANGE
NOCHANGE_VALUEpublic static final IfcChangeActionEnum ADDED
ADDED_VALUEpublic static final IfcChangeActionEnum MODIFIEDADDED
MODIFIEDADDED_VALUEpublic static final IfcChangeActionEnum MODIFIEDDELETED
MODIFIEDDELETED_VALUEpublic static final IfcChangeActionEnum MODIFIED
MODIFIED_VALUEpublic static final IfcChangeActionEnum DELETED
DELETED_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int NOCHANGE_VALUE
If the meaning of 'NOCHANGE' literal object isn't clear, there really should be more of a description here...
NOCHANGE,
Constant Field Valuespublic static final int ADDED_VALUE
If the meaning of 'ADDED' literal object isn't clear, there really should be more of a description here...
ADDED,
Constant Field Valuespublic static final int MODIFIEDADDED_VALUE
If the meaning of 'MODIFIEDADDED' literal object isn't clear, there really should be more of a description here...
MODIFIEDADDED,
Constant Field Valuespublic static final int MODIFIEDDELETED_VALUE
If the meaning of 'MODIFIEDDELETED' literal object isn't clear, there really should be more of a description here...
MODIFIEDDELETED,
Constant Field Valuespublic static final int MODIFIED_VALUE
If the meaning of 'MODIFIED' literal object isn't clear, there really should be more of a description here...
MODIFIED,
Constant Field Valuespublic static final int DELETED_VALUE
If the meaning of 'DELETED' literal object isn't clear, there really should be more of a description here...
DELETED,
Constant Field Valuespublic static final List<IfcChangeActionEnum> VALUES
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 nullpublic static IfcChangeActionEnum get(String literal)
literal - the literal.null.public static IfcChangeActionEnum getByName(String name)
name - the name.null.public static IfcChangeActionEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcChangeActionEnum>Copyright © 2016 OpenSource BIM. All rights reserved.