Package com._1c.g5.v8.dt.bsl.model
Interface VersionedElement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DocumentationElement
- All Known Implementing Classes:
DocumentationElementImpl,VersionedElementImpl
public interface VersionedElement extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Versioned Element'.The following features are supported:
- See Also:
BslPackage.getVersionedElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObjectgetElement()Returns the value of the 'Element' reference.StringgetVersion()Returns the value of the 'Version' attribute.voidsetElement(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Element' reference.voidsetVersion(String value)Sets the value of the 'Version' attribute.
-
-
-
Method Detail
-
getElement
org.eclipse.emf.ecore.EObject getElement()
Returns the value of the 'Element' reference.- Returns:
- the value of the 'Element' reference.
- See Also:
setElement(EObject),BslPackage.getVersionedElement_Element()
-
setElement
void setElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Element' reference.- Parameters:
value- the new value of the 'Element' reference.- See Also:
getElement()
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute.- Returns:
- the value of the 'Version' attribute.
- See Also:
setVersion(String),BslPackage.getVersionedElement_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
getVersion()
-
-