| Package | Description |
|---|---|
| org.eclipse.emf.emfstore.internal.common.model | |
| org.eclipse.emf.emfstore.internal.common.model.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<EMFStorePropertyType> |
EMFStorePropertyType.VALUES
A public read-only list of all the 'EMF Store Property Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EMFStorePropertyType |
EMFStorePropertyType.get(int value)
Returns the 'EMF Store Property Type' literal with the specified integer value.
|
static EMFStorePropertyType |
EMFStorePropertyType.get(String literal)
Returns the 'EMF Store Property Type' literal with the specified literal value.
|
static EMFStorePropertyType |
EMFStorePropertyType.getByName(String name)
Returns the 'EMF Store Property Type' literal with the specified name.
|
EMFStorePropertyType |
EMFStoreProperty.getType()
Returns the value of the 'Type' attribute.
|
static EMFStorePropertyType |
EMFStorePropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMFStorePropertyType[] |
EMFStorePropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EMFStoreProperty.setType(EMFStorePropertyType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
EMFStorePropertyType |
ModelFactoryImpl.createEMFStorePropertyTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
EMFStorePropertyType |
EMFStorePropertyImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EMFStorePropertyImpl.setType(EMFStorePropertyType newType) |
Copyright © 2017. All rights reserved.