public abstract class EventedValue<V> extends Object
| Constructor and Description |
|---|
EventedValue(Map.Entry<String,String>[] attributes) |
EventedValue(V value) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,String>[] |
getAttributes() |
protected abstract Datatype |
getDatatype() |
String |
getName() |
V |
getValue() |
String |
toString() |
protected V |
valueOf(Map.Entry<String,String>[] attributes) |
protected V |
valueOf(String s) |
protected final V value
public EventedValue(V value)
public String getName()
public V getValue()
protected V valueOf(Map.Entry<String,String>[] attributes) throws InvalidValueException
InvalidValueExceptionprotected V valueOf(String s) throws InvalidValueException
InvalidValueExceptionprotected abstract Datatype getDatatype()
Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.