T
- the type of the valuepublic abstract static class AbstractVirtualDevice.NamedValue<T>
extends java.lang.Object
Constructor and Description |
---|
NamedValue() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName()
Get the name.
|
abstract T |
getValue()
Get the value.
|
abstract AbstractVirtualDevice.NamedValue<?> |
next()
Get the next name-value pair in the event.
|
public abstract java.lang.String getName()
public abstract T getValue()
public abstract AbstractVirtualDevice.NamedValue<?> next()
null
if there are no more name-value pairs.null