Interface SemanticElementReference
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SemanticElementReferenceImpl
public interface SemanticElementReference extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Semantic Element Reference'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetElementId()Returns the value of the 'Element Id' attribute.org.eclipse.emf.ecore.EObjectgetResolvedSemanticElement()Returns the value of the 'Resolved Semantic Element' reference.voidsetElementId(java.lang.String value)Sets the value of the 'Element Id' attribute.voidsetResolvedSemanticElement(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Resolved Semantic Element' reference.
-
-
-
Method Detail
-
getElementId
java.lang.String getElementId()
Returns the value of the 'Element Id' attribute.- Returns:
- the value of the 'Element Id' attribute.
- See Also:
setElementId(String),NotationPackage.getSemanticElementReference_ElementId()
-
setElementId
void setElementId(java.lang.String value)
Sets the value of the 'Element Id' attribute.- Parameters:
value- the new value of the 'Element Id' attribute.- See Also:
getElementId()
-
getResolvedSemanticElement
org.eclipse.emf.ecore.EObject getResolvedSemanticElement()
Returns the value of the 'Resolved Semantic Element' reference.- Returns:
- the value of the 'Resolved Semantic Element' reference.
- See Also:
setResolvedSemanticElement(EObject),NotationPackage.getSemanticElementReference_ResolvedSemanticElement()
-
setResolvedSemanticElement
void setResolvedSemanticElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Resolved Semantic Element' reference.- Parameters:
value- the new value of the 'Resolved Semantic Element' reference.- See Also:
getResolvedSemanticElement()
-
-