public enum EMFStorePropertyType extends Enum<EMFStorePropertyType> implements org.eclipse.emf.common.util.Enumerator
ModelPackage.getEMFStorePropertyType()| Enum Constant and Description |
|---|
LOCAL
The 'Local' literal object.
|
SHARED
The 'Shared' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
LOCAL_VALUE
The 'Local' literal value.
|
static int |
SHARED_VALUE
The 'Shared' literal value.
|
static List<EMFStorePropertyType> |
VALUES
A public read-only list of all the 'EMF Store Property Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EMFStorePropertyType |
get(int value)
Returns the 'EMF Store Property Type' literal with the specified integer value.
|
static EMFStorePropertyType |
get(String literal)
Returns the 'EMF Store Property Type' literal with the specified literal value.
|
static EMFStorePropertyType |
getByName(String name)
Returns the 'EMF Store Property Type' 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 EMFStorePropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMFStorePropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMFStorePropertyType SHARED
SHARED_VALUEpublic static final EMFStorePropertyType LOCAL
LOCAL_VALUEpublic static final int SHARED_VALUE
If the meaning of 'Shared' literal object isn't clear, there really should be more of a description here...
SHARED,
Constant Field Valuespublic static final int LOCAL_VALUE
If the meaning of 'Local' literal object isn't clear, there really should be more of a description here...
LOCAL,
Constant Field Valuespublic static final List<EMFStorePropertyType> VALUES
public static EMFStorePropertyType[] values()
for (EMFStorePropertyType c : EMFStorePropertyType.values()) System.out.println(c);
public static EMFStorePropertyType 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 EMFStorePropertyType get(String literal)
literal - the literal.null.public static EMFStorePropertyType getByName(String name)
name - the name.null.public static EMFStorePropertyType 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<EMFStorePropertyType>Copyright © 2017. All rights reserved.