java.text
public class Annotation extends Object
| Constructor Summary | |
|---|---|
| Annotation(Object attrib)
This method initializes a new instance of Annotation to
wrapper the specified text attribute object.
| |
| Method Summary | |
|---|---|
| Object | getValue()
This method returns the text attribute object this Annotation
instance is wrappering.
|
| String | toString()
This method returns a String representation of this
object.
|
Annotation to
wrapper the specified text attribute object.
Parameters: attrib The text attribute Object to wrapper.
Annotation
instance is wrappering.
Returns: The text attribute object for this Annotation.
String representation of this
object.
Returns: This object as a String.