public interface AssociationResolver<I>
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getEntityCode(I item)
item
- the itemjava.lang.String getEntityCodeNamespace(I item)
item
- the itemjava.lang.String getContainerName(I item)
item
- the itemjava.lang.String getAssociationName(I item)
item
- the itemjava.lang.String getForwardName(I item)
item
- the itemjava.lang.String getReverseName(I item)
item
- the itemjava.lang.String getInverseId(I item)
item
- the itemboolean getIsNavigable(I item)
item
- the itemboolean getIsTransitive(I item)
item
- the itemboolean getIsAntiTransitive(I item)
item
- the itemboolean getIsSymmetric(I item)
item
- the itemboolean getIsAntiSymmetric(I item)
item
- the itemboolean getIsReflexive(I item)
item
- the itemboolean getIsAntiReflexive(I item)
item
- the itemboolean getIsFunctional(I item)
item
- the itemboolean getIsReverseFunctional(I item)
item
- the itemjava.lang.String getEntityDescription(I item)
item
- the item