|
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)
public @interface PropertyKey
Annotation to mark a static member as being a key in the properties map for retrieval of the given object from a DBObject.
| Required Element Summary | |
|---|---|
java.lang.Class |
valueThe class that the value of the property is expected to have. |
| Optional Element Summary | |
|---|---|
java.lang.Class<? extends DBObject>[] |
childOfWhich DBObject implementations this property is expected to be found on. |
java.lang.Class<? extends DBObjectProvider> |
providerWhich DBObjectProvider implementation this property is relevant for. |
| Element Detail |
|---|
public abstract java.lang.Class value
public abstract java.lang.Class<? extends DBObject>[] childOf
public abstract java.lang.Class<? extends DBObjectProvider> provider
|
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 | |||||||||