|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.SharedRelationships
| Constructor Summary | |
SharedRelationships()
|
|
SharedRelationships(Direction direction,
KeyedReference[] keyedReference)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
Direction |
getDirection()
Gets the direction value for this SharedRelationships. |
KeyedReference[] |
getKeyedReference()
Gets the keyedReference value for this SharedRelationships. |
KeyedReference |
getKeyedReference(int i)
|
int |
hashCode()
|
void |
setDirection(Direction direction)
Sets the direction value for this SharedRelationships. |
void |
setKeyedReference(int i,
KeyedReference _value)
|
void |
setKeyedReference(KeyedReference[] keyedReference)
Sets the keyedReference value for this SharedRelationships. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SharedRelationships()
public SharedRelationships(Direction direction,
KeyedReference[] keyedReference)
| Method Detail |
public KeyedReference[] getKeyedReference()
public void setKeyedReference(KeyedReference[] keyedReference)
keyedReference - public KeyedReference getKeyedReference(int i)
public void setKeyedReference(int i,
KeyedReference _value)
public Direction getDirection()
public void setDirection(Direction direction)
direction - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||