|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modelsphere.jack.baseDb.meta.MetaField
org.modelsphere.jack.baseDb.meta.MetaRelationship
org.modelsphere.jack.baseDb.meta.MetaRelation
public abstract class MetaRelation
Common interface to MetaRelation1 and MetaRelationN
Field Summary |
---|
Fields inherited from class org.modelsphere.jack.baseDb.meta.MetaField |
---|
COPY_REFS, HUGE_RELN, INTEGRABLE, INTEGRABLE_BY_NAME, NO_WRITE_CHECK, WRITE_CHECK |
Constructor Summary | |
---|---|
MetaRelation(java.lang.String name,
int minCard,
int maxCard)
|
Method Summary | |
---|---|
MetaRelationship |
getOppositeRel(DbObject neighbor)
|
void |
setOppositeRel(MetaRelation oppositeRel)
|
Methods inherited from class org.modelsphere.jack.baseDb.meta.MetaRelationship |
---|
getMaxCard, getMinCard |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaRelation(java.lang.String name, int minCard, int maxCard)
Method Detail |
---|
public final void setOppositeRel(MetaRelation oppositeRel)
public final MetaRelationship getOppositeRel(DbObject neighbor)
getOppositeRel
in class MetaRelationship
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |