org.eclipse.gmt.modisco.omg.smm
Interface Category

All Superinterfaces:
SmmElement

public interface Category
extends SmmElement

A representation of the model object 'Category'.

The following features are supported:

See Also:
SmmPackage.getCategory()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SmmPackage.getCategory_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getCategory

 getCategory()
Returns the value of the 'Category' reference list. The list contents are of type 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...

Returns:
the value of the 'Category' reference list.
See Also:
SmmPackage.getCategory_Category(), getCategoryElement()
Generated:
Model:
opposite="categoryElement"

getCategoryElement

 getCategoryElement()
Returns the value of the 'Category Element' reference list. The list contents are of type 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...

Returns:
the value of the 'Category Element' reference list.
See Also:
SmmPackage.getCategory_CategoryElement(), getCategory()
Generated:
Model:
opposite="category"

getOutCategory

 getOutCategory()
Returns the value of the 'Out Category' reference list. The list contents are of type 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...

Returns:
the value of the 'Out Category' reference list.
See Also:
SmmPackage.getCategory_OutCategory(), CategoryRelationship.getFrom()
Generated:
Model:
opposite="from"

getInCategory

 getInCategory()
Returns the value of the 'In Category' reference list. The list contents are of type 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...

Returns:
the value of the 'In Category' reference list.
See Also:
SmmPackage.getCategory_InCategory(), CategoryRelationship.getTo()
Generated:
Model:
opposite="to"

getCategoryMeasure

 getCategoryMeasure()
Returns the value of the 'Category Measure' reference list. The list contents are of type 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...

Returns:
the value of the 'Category Measure' reference list.
See Also:
SmmPackage.getCategory_CategoryMeasure(), Measure.getCategory()
Generated:
Model:
opposite="category"