| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| 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 | 
value
The class that the value of the property is expected to have.  | 
| Optional Element Summary | |
|---|---|
 java.lang.Class<? extends DBObject>[] | 
childOf
Which DBObject implementations this property is expected to be found on.  | 
 java.lang.Class<? extends DBObjectProvider> | 
provider
Which 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) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||