|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssociationResolver<I>
The Interface AssociationResolver.
Method Summary | |
---|---|
java.lang.String |
getAssociationName(I item)
Gets the association name. |
java.lang.String |
getContainerName(I item)
Gets the container name. |
java.lang.String |
getEntityCode(I item)
Gets the entity code. |
java.lang.String |
getEntityCodeNamespace(I item)
Gets the entity code namespace. |
java.lang.String |
getEntityDescription(I item)
Gets the entity description. |
java.lang.String |
getForwardName(I item)
Gets the forward name. |
java.lang.String |
getInverseId(I item)
Gets the inverse id. |
boolean |
getIsAntiReflexive(I item)
Gets the checks if is anti reflexive. |
boolean |
getIsAntiSymmetric(I item)
Gets the checks if is anti symmetric. |
boolean |
getIsAntiTransitive(I item)
Gets the checks if is anti transitive. |
boolean |
getIsFunctional(I item)
Gets the checks if is functional. |
boolean |
getIsNavigable(I item)
Gets the checks if is navigable. |
boolean |
getIsReflexive(I item)
Gets the checks if is reflexive. |
boolean |
getIsReverseFunctional(I item)
Gets the checks if is reverse functional. |
boolean |
getIsSymmetric(I item)
Gets the checks if is symmetric. |
boolean |
getIsTransitive(I item)
Gets the checks if is transitive. |
java.lang.String |
getReverseName(I item)
Gets the reverse name. |
Method Detail |
---|
java.lang.String getEntityCode(I item)
item
- the item
java.lang.String getEntityCodeNamespace(I item)
item
- the item
java.lang.String getContainerName(I item)
item
- the item
java.lang.String getAssociationName(I item)
item
- the item
java.lang.String getForwardName(I item)
item
- the item
java.lang.String getReverseName(I item)
item
- the item
java.lang.String getInverseId(I item)
item
- the item
boolean getIsNavigable(I item)
item
- the item
boolean getIsTransitive(I item)
item
- the item
boolean getIsAntiTransitive(I item)
item
- the item
boolean getIsSymmetric(I item)
item
- the item
boolean getIsAntiSymmetric(I item)
item
- the item
boolean getIsReflexive(I item)
item
- the item
boolean getIsAntiReflexive(I item)
item
- the item
boolean getIsFunctional(I item)
item
- the item
boolean getIsReverseFunctional(I item)
item
- the item
java.lang.String getEntityDescription(I item)
item
- the item
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |