public abstract class AbstractDatatype extends Object implements Datatype
Datatype.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
UID for serialization.
|
| Constructor and Description |
|---|
AbstractDatatype()
The constructor.
|
private static final long serialVersionUID
public abstract String toString()
String representation of this Datatype. While the general contract
of Object.toString() is very weak and mainly used for debugging, the contract here is very
strong. The returned String has to be suitable for end-users and official output to any kind of
sink. NlsMessage for this purpose and implement
NlsObject if you want to support I18N/L10N.Copyright © 2001–2015 mmm-Team. All rights reserved.