public interface EMFStoreProperty
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ModelPackage.getEMFStoreProperty()| Modifier and Type | Field and Description |
|---|---|
static int |
UNVERSIONED |
static int |
VERSIONED |
| Modifier and Type | Method and Description |
|---|---|
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() |
static final int UNVERSIONED
static final int VERSIONED
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()
Copyright © 2017. All rights reserved.