V - is the generic type of the value.public abstract class AbstractSimpleDatatype<V> extends AbstractSimpleDatatypeBase<V>
Datatype.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
UID for serialization.
|
private V |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSimpleDatatype()
The constructor for de-serialization in GWT.
|
|
AbstractSimpleDatatype(V value)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
This method returns the raw value of this datatype.
|
equals, getValue, hashCode, toStringprivate static final long serialVersionUID
private V value
getValue()Copyright © 2001–2015 mmm-Team. All rights reserved.