Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#clone() | |
public equals( Object o):boolean |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#equals() | |
public getLanguage():String |
Sequential Notes: | Delivers the language of the text. | |
public getValue():String |
Sequential Notes: | Delivers the value of the text. | |
public setLanguage( String newVal):void |
Sequential Notes: | Sets the language of the text. | |
public setValue( String newVal):void |
Sequential Notes: | Sets the value of the text. | |
public TextVO( String value): |
Sequential Notes: | Creates a new instance with the given value. | |
public TextVO(): |
Sequential Notes: | Creates a new instance. | |
public TextVO( String value, String language): |
Sequential Notes: | Creates a new instance with the given value and language. | |
public toString():String |
Sequential Tags: | annotations=@Override
| Notes: | (non-Javadoc) @see java.lang.Object#toString() | |