|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UPnPStateVariable
This interface is an abstract representation of a UPnP state variable. It provides the data constituting a state variable that is independent of the network interface on which it has been advertised.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||