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

All Superinterfaces:
SmmElement, SmmRelationship

public interface CategoryRelationship
extends SmmRelationship

A representation of the model object 'Category Relationship'.

The following features are supported:

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

Method Summary
 Category getFrom()
          Returns the value of the 'From' reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 Category getTo()
          Returns the value of the 'To' reference.
 void setFrom(Category value)
          Sets the value of the 'From' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setTo(Category value)
          Sets the value of the 'To' reference.
 
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.getCategoryRelationship_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:

getFrom

Category getFrom()
Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Out Category'.

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

Specified by:
getFrom in interface SmmRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(Category), SmmPackage.getCategoryRelationship_From(), Category.getOutCategory()
Generated:
Model:
opposite="outCategory" required="true"

setFrom

void setFrom(Category value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()
Generated:

getTo

Category getTo()
Returns the value of the 'To' reference. It is bidirectional and its opposite is 'In Category'.

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

Specified by:
getTo in interface SmmRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(Category), SmmPackage.getCategoryRelationship_To(), Category.getInCategory()
Generated:
Model:
opposite="inCategory" required="true"

setTo

void setTo(Category value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
Generated: