public interface Category extends SmmElement
The following features are supported:
SmmPackage.getCategory()| Modifier and Type | Method and Description |
|---|---|
|
getCategory()
Returns the value of the 'Category' reference list.
|
|
getCategoryElement()
Returns the value of the 'Category Element' reference list.
|
|
getCategoryMeasure()
Returns the value of the 'Category Measure' reference list.
|
|
getInCategory()
Returns the value of the 'In Category' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
|
getOutCategory()
Returns the value of the 'Out Category' reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModeljava.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SmmPackage.getCategory_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()getCategory()
Category.
It is bidirectional and its opposite is 'Category Element'.
If the meaning of the 'Category' reference list isn't clear, there really should be more of a description here...
SmmPackage.getCategory_Category(),
getCategoryElement()getCategoryElement()
Category.
It is bidirectional and its opposite is 'Category'.
If the meaning of the 'Category Element' reference list isn't clear, there really should be more of a description here...
SmmPackage.getCategory_CategoryElement(),
getCategory()getOutCategory()
CategoryRelationship.
It is bidirectional and its opposite is 'From'.
If the meaning of the 'Out Category' reference list isn't clear, there really should be more of a description here...
SmmPackage.getCategory_OutCategory(),
CategoryRelationship.getFrom()getInCategory()
CategoryRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'In Category' reference list isn't clear, there really should be more of a description here...
SmmPackage.getCategory_InCategory(),
CategoryRelationship.getTo()getCategoryMeasure()
Measure.
It is bidirectional and its opposite is 'Category'.
If the meaning of the 'Category Measure' reference list isn't clear, there really should be more of a description here...
SmmPackage.getCategory_CategoryMeasure(),
Measure.getCategory()