public interface Relationship
| Modifier and Type | Method and Description |
|---|---|
Key |
getChildKey()
Get the Key from the child side of the Relationship
|
java.lang.String |
getName()
Get the name of the Relationship
|
java.lang.String |
getOppositeName()
Get the name of the Relationship from the child side
|
Key |
getParentKey()
Get the Key from the parent side of the Relationship
|
boolean |
isExclusive()
Returns the value of the Is Exclusive attribute
|
void |
setChildKey(Key value)
Sets the value of the '
Child Key' reference |
void |
setExclusive(boolean value)
Sets the value of the '
Exclusive' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setOppositeName(java.lang.String value)
Sets the value of the '
Opposite Name' attribute |
void |
setParentKey(Key value)
Sets the value of the '
Parent Key' reference |
Key getChildKey()
void setChildKey(Key value)
Child Key' reference.
value - the new value of the 'Child Key' reference.getChildKey()Key getParentKey()
void setParentKey(Key value)
Parent Key' reference.
value - the new value of the 'Parent Key' reference.getParentKey()java.lang.String getName()
void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getOppositeName()
void setOppositeName(java.lang.String value)
Opposite Name' attribute.
value - the new value of the 'Opposite Name' attribute.getOppositeName()boolean isExclusive()
void setExclusive(boolean value)
Exclusive' attribute.
value - the new value of the 'Exclusive' attribute.isExclusive()