public abstract static class AbstractData.TextValue extends Object implements Data.TextValue
AbstarctData, implementiert das Interface Data.TextValue.| Constructor and Description |
|---|
AbstractData.TextValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSuffixText()
Bestimmt den Zusatztext (wie zum Beispiel Einheit) des Datums.
|
String |
getText()
Bestimmt den Wert des Datums als Text einschließlich Zusatz (wie zum Beispiel Einheit).
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValueText, setTextpublic String getSuffixText()
Data.TextValuegetSuffixText in interface Data.TextValuepublic String getText()
Data.TextValuegetText in interface Data.TextValue