|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
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 |
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.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |