public enum EResourceProcessingTypes extends java.lang.Enum<EResourceProcessingTypes> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
COPY
The 'COPY' literal object.
|
DELETE
The 'DELETE' literal object.
|
INSERT
The 'INSERT' literal object.
|
INSERTCHILD
The 'INSERTCHILD' literal object.
|
MOVE
The 'MOVE' literal object.
|
READ
The 'READ' literal object.
|
REFRESH
The 'REFRESH' literal object.
|
TOOLDEFINED
The 'TOOLDEFINED' literal object.
|
UPDATE
The 'UPDATE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COPY_VALUE
The 'COPY' literal value.
|
static int |
DELETE_VALUE
The 'DELETE' literal value.
|
static int |
INSERT_VALUE
The 'INSERT' literal value.
|
static int |
INSERTCHILD_VALUE
The 'INSERTCHILD' literal value.
|
static int |
MOVE_VALUE
The 'MOVE' literal value.
|
static int |
READ_VALUE
The 'READ' literal value.
|
static int |
REFRESH_VALUE
The 'REFRESH' literal value.
|
static int |
TOOLDEFINED_VALUE
The 'TOOLDEFINED' literal value.
|
static int |
UPDATE_VALUE
The 'UPDATE' literal value.
|
static java.util.List<EResourceProcessingTypes> |
VALUES
A public read-only list of all the 'EResource Processing
Types' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EResourceProcessingTypes |
get(int value)
Returns the 'EResource Processing Types' literal with the
specified integer value.
|
static EResourceProcessingTypes |
get(java.lang.String literal)
Returns the 'EResource Processing Types' literal with the
specified literal value.
|
static EResourceProcessingTypes |
getByName(java.lang.String name)
Returns the 'EResource Processing Types' literal with the
specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string
representation.
|
static EResourceProcessingTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EResourceProcessingTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EResourceProcessingTypes READ
READ_VALUEpublic static final EResourceProcessingTypes TOOLDEFINED
TOOLDEFINED_VALUEpublic static final EResourceProcessingTypes UPDATE
UPDATE_VALUEpublic static final EResourceProcessingTypes INSERT
INSERT_VALUEpublic static final EResourceProcessingTypes INSERTCHILD
INSERTCHILD_VALUEpublic static final EResourceProcessingTypes DELETE
DELETE_VALUEpublic static final EResourceProcessingTypes COPY
COPY_VALUEpublic static final EResourceProcessingTypes MOVE
MOVE_VALUEpublic static final EResourceProcessingTypes REFRESH
REFRESH_VALUEpublic static final int READ_VALUE
READ,
Constant Field Valuespublic static final int TOOLDEFINED_VALUE
TOOLDEFINED,
Constant Field Valuespublic static final int UPDATE_VALUE
UPDATE,
Constant Field Valuespublic static final int INSERT_VALUE
INSERT,
Constant Field Valuespublic static final int INSERTCHILD_VALUE
INSERTCHILD,
Constant Field Valuespublic static final int DELETE_VALUE
DELETE,
Constant Field Valuespublic static final int COPY_VALUE
COPY,
Constant Field Valuespublic static final int MOVE_VALUE
MOVE,
Constant Field Valuespublic static final int REFRESH_VALUE
REFRESH,
Constant Field Valuespublic static final java.util.List<EResourceProcessingTypes> VALUES
public static EResourceProcessingTypes[] values()
for (EResourceProcessingTypes c : EResourceProcessingTypes.values()) System.out.println(c);
public static EResourceProcessingTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static EResourceProcessingTypes get(java.lang.String literal)
literal - the literal.null.public static EResourceProcessingTypes getByName(java.lang.String name)
name - the name.null.public static EResourceProcessingTypes get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<EResourceProcessingTypes>Copyright © 2015 Micro Focus GmbH. All rights reserved.