|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface XmlProperty
Annotation for a user defined property. A single Property may be specified directly on a mapped attribute or its get/set method. Multiple Properties should be wrapped into Properties annotation.
| Required Element Summary | |
|---|---|
java.lang.String |
nameProperty name. |
java.lang.String |
valueString representation of Property value, converted to an instance of valueType. |
| Optional Element Summary | |
|---|---|
java.lang.Class |
valueTypeProperty value type. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String value
public abstract java.lang.Class valueType
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||