public interface SmmElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SmmPackage.getSmmElement()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Annotation> |
getAnnotations()
Returns the value of the 'Annotations' containment reference list.
|
org.eclipse.emf.common.util.EList<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<SmmRelationship> |
getInRelationships()
Returns the value of the 'In Relationships' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<SmmRelationship> |
getOutRelationships()
Returns the value of the 'Out Relationships' reference list.
|
String |
getShortDescription()
Returns the value of the 'Short Description' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setShortDescription(String value)
Sets the value of the '
Short Description' attribute. |
String getName()
setName(String),
SmmPackage.getSmmElement_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getShortDescription()
setShortDescription(String),
SmmPackage.getSmmElement_ShortDescription()void setShortDescription(String value)
Short Description' attribute.
value - the new value of the 'Short Description' attribute.getShortDescription()String getDescription()
setDescription(String),
SmmPackage.getSmmElement_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()org.eclipse.emf.common.util.EList<Attribute> getAttributes()
Attribute.
SmmPackage.getSmmElement_Attributes()org.eclipse.emf.common.util.EList<Annotation> getAnnotations()
Annotation.
SmmPackage.getSmmElement_Annotations()org.eclipse.emf.common.util.EList<SmmRelationship> getInRelationships()
SmmRelationship.
It is bidirectional and its opposite is 'To'.
SmmPackage.getSmmElement_InRelationships(),
SmmRelationship.getTo()org.eclipse.emf.common.util.EList<SmmRelationship> getOutRelationships()
SmmRelationship.
It is bidirectional and its opposite is 'From'.
SmmPackage.getSmmElement_OutRelationships(),
SmmRelationship.getFrom()Copyright © 2018–2020 Atlanmod. All rights reserved.