org.apache.felix.upnp.basedriver.importer.core.upnp
Class UPnPStateVariableImpl

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.upnp.UPnPStateVariableImpl
All Implemented Interfaces:
UPnPStateVariable

public class UPnPStateVariableImpl
extends Object
implements UPnPStateVariable


Field Summary
 
Fields inherited from interface org.osgi.service.upnp.UPnPStateVariable
TYPE_BIN_BASE64, TYPE_BIN_HEX, TYPE_BOOLEAN, TYPE_CHAR, TYPE_DATE, TYPE_DATETIME, TYPE_DATETIME_TZ, TYPE_FIXED_14_4, TYPE_FLOAT, TYPE_I1, TYPE_I2, TYPE_I4, TYPE_INT, TYPE_NUMBER, TYPE_R4, TYPE_R8, TYPE_STRING, TYPE_TIME, TYPE_TIME_TZ, TYPE_UI1, TYPE_UI2, TYPE_UI4, TYPE_URI, TYPE_UUID
 
Constructor Summary
UPnPStateVariableImpl(org.cybergarage.upnp.StateVariable variable)
           
 
Method Summary
 String[] getAllowedValues()
           
 Object getDefaultValue()
           
 Class getJavaDataType()
           
 Number getMaximum()
           
 Number getMinimum()
           
 String getName()
           
 Number getStep()
           
 String getUPnPDataType()
           
 boolean sendsEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPnPStateVariableImpl

public UPnPStateVariableImpl(org.cybergarage.upnp.StateVariable variable)
Parameters:
variable -
Method Detail

getName

public String getName()
Specified by:
getName in interface UPnPStateVariable
See Also:
UPnPStateVariable.getName()

getJavaDataType

public Class getJavaDataType()
Specified by:
getJavaDataType in interface UPnPStateVariable
See Also:
UPnPStateVariable.getJavaDataType()

getUPnPDataType

public String getUPnPDataType()
Specified by:
getUPnPDataType in interface UPnPStateVariable
See Also:
UPnPStateVariable.getUPnPDataType()

getDefaultValue

public Object getDefaultValue()
Specified by:
getDefaultValue in interface UPnPStateVariable
See Also:
UPnPStateVariable.getDefaultValue()

getAllowedValues

public String[] getAllowedValues()
Specified by:
getAllowedValues in interface UPnPStateVariable
See Also:
UPnPStateVariable.getAllowedValues()

getMinimum

public Number getMinimum()
Specified by:
getMinimum in interface UPnPStateVariable
See Also:
UPnPStateVariable.getMinimum()

getMaximum

public Number getMaximum()
Specified by:
getMaximum in interface UPnPStateVariable
See Also:
UPnPStateVariable.getMaximum()

getStep

public Number getStep()
Specified by:
getStep in interface UPnPStateVariable
See Also:
UPnPStateVariable.getStep()

sendsEvents

public boolean sendsEvents()
Specified by:
sendsEvents in interface UPnPStateVariable
See Also:
UPnPStateVariable.sendsEvents()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.