|
TXW2 Runtime 20110809-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface XmlValue
Specifies that the invocation of the method will produce a text
The method signature has to match the form R foo(DT1,DT2,..)
R is either void or the type to which the interface that declares
this method is assignable. In the case of the latter, the method will return
this object, allowing you to chain the multiple method
invocations like StringBuffer
.
DTi must be datatype objects.
When this method is called, whitespace-separated text data is added from each of the datatype objects.
|
TXW2 Runtime 20110809-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |