org.teleal.cling.binding.staging
Class MutableStateVariable

java.lang.Object
  extended by org.teleal.cling.binding.staging.MutableStateVariable

public class MutableStateVariable
extends Object

Author:
Christian Bauer

Field Summary
 MutableAllowedValueRange allowedValueRange
           
 List<String> allowedValues
           
 Datatype dataType
           
 String defaultValue
           
 StateVariableEventDetails eventDetails
           
 String name
           
 
Constructor Summary
MutableStateVariable()
           
 
Method Summary
 StateVariable build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

dataType

public Datatype dataType

defaultValue

public String defaultValue

allowedValues

public List<String> allowedValues

allowedValueRange

public MutableAllowedValueRange allowedValueRange

eventDetails

public StateVariableEventDetails eventDetails
Constructor Detail

MutableStateVariable

public MutableStateVariable()
Method Detail

build

public StateVariable build()


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.