Interface NotationElement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DiagramImpl,EdgeImpl,NotationElementImpl,ShapeImpl
public interface NotationElement extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Element'.The following features are supported:
- See Also:
NotationPackage.getNotationElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SemanticElementReferencegetSemanticElement()Returns the value of the 'Semantic Element' containment reference.java.lang.StringgetType()Returns the value of the 'Type' attribute.voidsetSemanticElement(SemanticElementReference value)Sets the value of the 'Semantic Element' containment reference.voidsetType(java.lang.String value)Sets the value of the 'Type' attribute.
-
-
-
Method Detail
-
getSemanticElement
SemanticElementReference getSemanticElement()
Returns the value of the 'Semantic Element' containment reference.- Returns:
- the value of the 'Semantic Element' containment reference.
- See Also:
setSemanticElement(SemanticElementReference),NotationPackage.getNotationElement_SemanticElement()
-
setSemanticElement
void setSemanticElement(SemanticElementReference value)
Sets the value of the 'Semantic Element' containment reference.- Parameters:
value- the new value of the 'Semantic Element' containment reference.- See Also:
getSemanticElement()
-
getType
java.lang.String getType()
Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String),NotationPackage.getNotationElement_Type()
-
-