public interface CategoryRelationship extends SmmRelationship
The following features are supported:
SmmPackage.getCategoryRelationship()| Modifier and Type | Method and Description |
|---|---|
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. |
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.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()