|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CategoryRelationship
A representation of the model object 'Category Relationship'.
The following features are supported:
SmmPackage.getCategoryRelationship()| 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 |
|---|
java.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.getCategoryRelationship_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Category getFrom()
Out Category'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface SmmRelationshipsetFrom(Category),
SmmPackage.getCategoryRelationship_From(),
Category.getOutCategory()void setFrom(Category value)
From' reference.
value - the new value of the 'From' reference.getFrom()Category getTo()
In Category'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface SmmRelationshipsetTo(Category),
SmmPackage.getCategoryRelationship_To(),
Category.getInCategory()void setTo(Category value)
To' reference.
value - the new value of the 'To' reference.getTo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||