public enum DatapoolAccessMode extends Enum<DatapoolAccessMode> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
PRIVATE
Deprecated.
The 'PRIVATE' literal object
|
SEGMENTED_PER_MACHINE
Deprecated.
The 'SEGMENTED PER MACHINE' literal object
|
SHARED_PER_MACHINE
Deprecated.
The 'SHARED PER MACHINE' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIVATE_VALUE
Deprecated.
The 'PRIVATE' literal value
|
static int |
SEGMENTED_PER_MACHINE_VALUE
Deprecated.
The 'SEGMENTED PER MACHINE' literal value
|
static int |
SHARED_PER_MACHINE_VALUE
Deprecated.
The 'SHARED PER MACHINE' literal value
|
static List<DatapoolAccessMode> |
VALUES
Deprecated.
A public read-only list of all the 'Datapool Access Mode' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static DatapoolAccessMode |
get(int value)
Deprecated.
Returns the 'Datapool Access Mode' literal with the specified integer value
|
static DatapoolAccessMode |
get(String literal)
Deprecated.
Returns the 'Datapool Access Mode' literal with the specified literal value
|
static DatapoolAccessMode |
getByName(String name)
Deprecated.
Returns the 'Datapool Access Mode' literal with the specified name
|
String |
getLiteral()
Deprecated.
|
String |
getName()
Deprecated.
|
int |
getValue()
Deprecated.
|
String |
toString()
Deprecated.
Returns the literal value of the enumerator, which is its string representation
|
static DatapoolAccessMode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DatapoolAccessMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatapoolAccessMode SHARED_PER_MACHINE
public static final DatapoolAccessMode PRIVATE
DatapoolAccessMode.PRIVATE_VALUEpublic static final DatapoolAccessMode SEGMENTED_PER_MACHINE
public static final int SHARED_PER_MACHINE_VALUE
If the meaning of 'SHARED PER MACHINE' literal object isn't clear, there really should be more of a description here...
public static final int PRIVATE_VALUE
If the meaning of 'PRIVATE' literal object isn't clear, there really should be more of a description here...
public static final int SEGMENTED_PER_MACHINE_VALUE
If the meaning of 'SEGMENTED PER MACHINE' literal object isn't clear, there really should be more of a description here...
public static final List<DatapoolAccessMode> VALUES
public static DatapoolAccessMode[] values()
for (DatapoolAccessMode c : DatapoolAccessMode.values()) System.out.println(c);
public static DatapoolAccessMode 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 DatapoolAccessMode get(String literal)
public static DatapoolAccessMode getByName(String name)
public static DatapoolAccessMode get(int value)
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<DatapoolAccessMode>© Copyright IBM Corp. 2016. All rights reserved.