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 org.fourthline.cling.model.types.Datatype |
getDatatype() |
String |
toString() |
protected E |
valueOf(String s) |
getAttributes, getName, getValue, valueOfpublic EventedValueEnum(E e)
protected E valueOf(String s) throws org.fourthline.cling.model.types.InvalidValueException
valueOf in class EventedValue<E extends Enum>org.fourthline.cling.model.types.InvalidValueExceptionpublic String toString()
toString in class EventedValue<E extends Enum>protected org.fourthline.cling.model.types.Datatype getDatatype()
getDatatype in class EventedValue<E extends Enum>Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.