|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface References
Gives extra metadata about a property that references another object (i.e. whose return type is DBObjectID).
| Optional Element Summary | |
|---|---|
boolean |
internalIf true, this indicates that the object being referenced is internal to the owning SchemaObject (e.g. |
java.lang.Class<? extends DBObject> |
valueGets the expected class of object that resolving the ID will give. |
public abstract java.lang.Class<? extends DBObject> value
public abstract boolean internal
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||