org.teleal.cling.binding.staging
Class MutableServiceDescriptor

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

public class MutableServiceDescriptor
extends Object

Author:
Christian Bauer

Field Summary
 List<MutableAction> actions
           
 List<MutableStateVariable> stateVariables
           
 int udaMajorVersion
           
 int udaMinorVersion
           
 
Constructor Summary
MutableServiceDescriptor()
           
 
Method Summary
<T extends Service>
T
build(Class<T> serviceClass)
           
 Action[] createActions()
           
 StateVariable[] createStateVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

udaMajorVersion

public int udaMajorVersion

udaMinorVersion

public int udaMinorVersion

actions

public List<MutableAction> actions

stateVariables

public List<MutableStateVariable> stateVariables
Constructor Detail

MutableServiceDescriptor

public MutableServiceDescriptor()
Method Detail

build

public <T extends Service> T build(Class<T> serviceClass)
                        throws Exception
Throws:
Exception

createActions

public Action[] createActions()

createStateVariables

public StateVariable[] createStateVariables()


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