|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface XmlPropertyAnnotation 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 |
name
Property name. |
java.lang.String |
value
String representation of Property value, converted to an instance of valueType. |
| Optional Element Summary | |
|---|---|
java.lang.Class |
valueType
Property value type. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String value
public abstract java.lang.Class valueType
|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||