public interface UPnPStateVariable
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllowedValues()
Gets the allowed values for this UPnP state variable.
|
String |
getDataType()
Gets the data type of this UPnP state variable.
|
String |
getDefaultValue()
Reports the default value of this UPnP state variable.
|
String |
getMaximumValue()
Gets the allowedValueRange maximum value of this UPnP state
variable.
|
String |
getMinimumValue()
Gets the allowedValueRange minimum value for this UPnP state
variable.
|
String |
getName()
Gets the name of this UPnP state variable.
|
String |
getStepValue()
Gets the allowedValueRange step value for this UPnP state variable.
|
boolean |
isEvented()
Indicates if this state variable is evented.
|
String[] getAllowedValues()
allowedValueList element definition. If the
UPnPStateVariable does not have an
allowedValueList specified, returns zero length array.String getDefaultValue()
defaultValue element in
the UPnP service description that defines this state variable.String getMaximumValue()
allowedValueRange maximum element definition.String containing the maximum allowed
value for this state variable. Returns an empty
string if the variable does not have an
allowedValueRange.String getMinimumValue()
allowedValueRange minimum element definition.String containing the minimum allowed
value for this state variable. Returns an empty
string if the variable does not have an
allowedValueRange.String getName()
name element of
the UPnP service description stateVariable element.String getDataType()
dataType element definition.String getStepValue()
allowedValueRange step element definition.
Note that if the step element is omitted and the data type
of the state variable is an integer, the step value is considered to
be 1.
String containing the step value for
this state variable. Returns an empty string if service description of
this variable does not specify a step value.boolean isEvented()
sendEvents attribute in the
UPnP service description that defines this state variable.Copyright © 2013 CableLabs. All Rights Reserved.