public abstract class EventedValueEnum<E extends Enum> extends EventedValue<E>
value| Constructor and Description |
|---|
EventedValueEnum(E e) |
EventedValueEnum(Map.Entry<String,String>[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract E |
enumValueOf(String s) |
protected Datatype |
getDatatype() |
String |
toString() |
protected E |
valueOf(String s) |
getAttributes, getName, getValue, valueOfpublic EventedValueEnum(E e)
protected E valueOf(String s) throws InvalidValueException
valueOf in class EventedValue<E extends Enum>InvalidValueExceptionpublic String toString()
toString in class EventedValue<E extends Enum>protected Datatype getDatatype()
getDatatype in class EventedValue<E extends Enum>Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.