org.teleal.cling.model.meta
Class StateVariable<S extends Service>
java.lang.Object
org.teleal.cling.model.meta.StateVariable<S>
- All Implemented Interfaces:
- Validatable
public class StateVariable<S extends Service>
- extends java.lang.Object
- implements Validatable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StateVariable
public StateVariable(java.lang.String name,
StateVariableTypeDetails type)
StateVariable
public StateVariable(java.lang.String name,
StateVariableTypeDetails type,
StateVariableEventDetails eventDetails)
getName
public java.lang.String getName()
getTypeDetails
public StateVariableTypeDetails getTypeDetails()
getEventDetails
public StateVariableEventDetails getEventDetails()
getService
public S getService()
validate
public java.util.List<ValidationError> validate()
- Specified by:
validate
in interface Validatable
isModeratedNumericType
public boolean isModeratedNumericType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.