|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
F - defines the class that serves as the 'from'-referenceT - defines the class that serves as the 'to'-referenceR - defines the class that represents the type of relationshippublic interface SpecialRelationship<F extends DBEntry,T extends DBEntry,R>
a relationship definition specifying the classes that may be connected as well as the type of relation
| Field Summary |
|---|
| Fields inherited from interface com.antelmann.db.DBEntry |
|---|
ENTRY_FLAVOR, ENTRY_LIST_FLAVOR |
| Method Summary | |
|---|---|
Stub<F> |
getFromReference()
represents the first entry of this relationship |
R |
getRelationType()
defines the kind of relationship |
Stub<T> |
getToReference()
represents the second entry of this relationship |
| Methods inherited from interface com.antelmann.db.EntryRelationship |
|---|
getComment, getRelationOption, isBidirectional |
| Methods inherited from interface com.antelmann.db.DBEntry |
|---|
getID |
| Methods inherited from interface com.antelmann.util.LifeCycleObject |
|---|
getBeginTime, getEndTime |
| Method Detail |
|---|
Stub<F> getFromReference()
EntryRelationship
getFromReference in interface EntryRelationshipStub<T> getToReference()
EntryRelationship
getToReference in interface EntryRelationshipR getRelationType()
EntryRelationship
getRelationType in interface EntryRelationship
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||