|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRelationshipDescriptor
This interface describe a Relationship.
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()Name of the property representing the relationship in the source object. |
java.lang.Class |
getSourceClass()Class of the source of the relationship. |
java.lang.Object |
getSourceObject()Source object of the relationship. |
java.lang.Class |
getTargetClass()Class of the target of the relationship. |
boolean |
isTargetOwnedBySource()Return whether the target is privately owned by source object. |
| Method Detail |
|---|
java.lang.Class getSourceClass()
java.lang.Class getTargetClass()
java.lang.Object getSourceObject()
java.lang.String getPropertyName()
boolean isTargetOwnedBySource()
true if privately owned, false otherwise
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||