|
||||||||||
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
public abstract class MetaRelationship
Defines a relationship property on a meta-class.
Common interface to the following concrete subclasses:
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 | |
---|---|
MetaRelationship(java.lang.String name,
int minCard,
int maxCard)
|
Method Summary | |
---|---|
int |
getMaxCard()
|
int |
getMinCard()
|
abstract MetaRelationship |
getOppositeRel(DbObject neighbor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaRelationship(java.lang.String name, int minCard, int maxCard)
Method Detail |
---|
public abstract MetaRelationship getOppositeRel(DbObject neighbor)
public final int getMinCard()
public final int getMaxCard()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |