|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EMFStoreProperty
A representation of the model object 'EMF Store Property'.
The following features are supported:
ModelPackage.getEMFStoreProperty()| Field Summary | |
|---|---|
static int |
UNVERSIONED
|
static int |
VERSIONED
|
| Method Summary | |
|---|---|
String |
getKey()
Returns the value of the 'Key' attribute. |
EMFStorePropertyType |
getType()
Returns the value of the 'Type' attribute. |
org.eclipse.emf.ecore.EObject |
getValue()
Returns the value of the 'Value' containment reference. |
int |
getVersion()
Returns the value of the 'Version' attribute. |
void |
increaseVersion()
|
boolean |
isVersioned()
|
void |
setKey(String value)
Sets the value of the ' Key'
attribute. |
void |
setType(EMFStorePropertyType value)
Sets the value of the ' Type'
attribute. |
void |
setValue(org.eclipse.emf.ecore.EObject value)
Sets the value of the ' Value'
containment reference. |
void |
setVersion(int value)
Sets the value of the ' Version ' attribute. |
void |
setVersioned()
|
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final int UNVERSIONED
static final int VERSIONED
| Method Detail |
|---|
String getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String),
ModelPackage.getEMFStoreProperty_Key()void setKey(String value)
Key'
attribute.
value - the new value of the 'Key' attribute.getKey()org.eclipse.emf.ecore.EObject getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
setValue(EObject),
ModelPackage.getEMFStoreProperty_Value()void setValue(org.eclipse.emf.ecore.EObject value)
Value'
containment reference.
value - the new value of the 'Value' containment reference.getValue()EMFStorePropertyType getType()
EMFStorePropertyType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
EMFStorePropertyType,
setType(EMFStorePropertyType),
ModelPackage.getEMFStoreProperty_Type()void setType(EMFStorePropertyType value)
Type'
attribute.
value - the new value of the 'Type' attribute.EMFStorePropertyType,
getType()int getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(int),
ModelPackage.getEMFStoreProperty_Version()void setVersion(int value)
Version ' attribute.
value - the new value of the 'Version' attribute.getVersion()boolean isVersioned()
void setVersioned()
void increaseVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||