public abstract class AbstractParsableValue<T> extends Object implements ParsableValue<T>
| Constructor and Description |
|---|
AbstractParsableValue() |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
protected void |
setValue(T value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTextValue, parseprotected void setValue(T value)
public T getValue()
getValue in interface ParsableValue<T>Copyright © 2017. All Rights Reserved.