|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionedEntity
A representation of the model object 'Versioned Entity'.
The following features are supported:
ModelPackage.getVersionedEntity()
Method Summary | |
---|---|
Info |
addInfo(java.lang.String name,
java.lang.String value)
|
Info |
addTag(java.lang.String value)
|
org.eclipse.emf.common.util.EList<Info> |
getInfo()
Returns the value of the 'Info' containment reference list. |
Version |
getVersion()
Returns the value of the 'Version' containment reference. |
boolean |
isLocked()
Returns the value of the 'Locked' attribute |
Info |
removeTag(java.lang.String value)
|
void |
setLocked(boolean value)
Sets the value of the ' Locked ' attribute |
void |
setVersion(Version value)
Sets the value of the ' Version ' containment reference |
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.NamedEntity |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isLocked()
If the meaning of the 'Locked' attribute isn't clear, there really should be more of a description here...
setLocked(boolean)
,
ModelPackage.getVersionedEntity_Locked()
void setLocked(boolean value)
Locked
' attribute.
value
- the new value of the 'Locked' attribute.isLocked()
Version getVersion()
Entity
'.
If the meaning of the 'Version' containment reference isn't clear, there really should be more of a description here...
setVersion(Version)
,
ModelPackage.getVersionedEntity_Version()
,
Version.getEntity()
void setVersion(Version value)
Version
' containment reference.
value
- the new value of the 'Version' containment reference.getVersion()
org.eclipse.emf.common.util.EList<Info> getInfo()
Info
.
If the meaning of the 'Info' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getVersionedEntity_Info()
Info addInfo(java.lang.String name, java.lang.String value)
Info addTag(java.lang.String value)
Info removeTag(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |