V - is the generic type of the value.public interface SimpleDatatype<V> extends Datatype, AttributeReadValue<V>
Datatype, that can be represented by a single standard
value. Constructor that is compatible with
getValue(). An EnumType implementing this interface should also offer a static method
called fromValue(V value) that returns the appropriate EnumType instance or
null if no such instance exists.| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
This method returns the raw value of this datatype.
|
V getValue()
String, Character, Boolean, any type of Number, any type of
java.time.LocalDate, etc.).getValue in interface AttributeReadValue<V>Copyright © 2001–2015 mmm-Team. All rights reserved.