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) |
Copyright © 2023 jUPnP.org. All rights reserved.