org.fourthline.cling.support.renderingcontrol.lastchange
Class EventedValueChannelMute

java.lang.Object
  extended by org.fourthline.cling.support.lastchange.EventedValue<ChannelMute>
      extended by org.fourthline.cling.support.renderingcontrol.lastchange.EventedValueChannelMute
Direct Known Subclasses:
RenderingControlVariable.Mute

public class EventedValueChannelMute
extends EventedValue<ChannelMute>

Author:
Christian Bauer

Field Summary
 
Fields inherited from class org.fourthline.cling.support.lastchange.EventedValue
value
 
Constructor Summary
EventedValueChannelMute(ChannelMute value)
           
EventedValueChannelMute(Map.Entry<String,String>[] attributes)
           
 
Method Summary
 Map.Entry<String,String>[] getAttributes()
           
protected  Datatype getDatatype()
           
 String toString()
           
protected  ChannelMute valueOf(Map.Entry<String,String>[] attributes)
           
 
Methods inherited from class org.fourthline.cling.support.lastchange.EventedValue
getName, getValue, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventedValueChannelMute

public EventedValueChannelMute(ChannelMute value)

EventedValueChannelMute

public EventedValueChannelMute(Map.Entry<String,String>[] attributes)
Method Detail

valueOf

protected ChannelMute valueOf(Map.Entry<String,String>[] attributes)
                       throws InvalidValueException
Overrides:
valueOf in class EventedValue<ChannelMute>
Throws:
InvalidValueException

getAttributes

public Map.Entry<String,String>[] getAttributes()
Overrides:
getAttributes in class EventedValue<ChannelMute>

toString

public String toString()
Overrides:
toString in class EventedValue<ChannelMute>

getDatatype

protected Datatype getDatatype()
Specified by:
getDatatype in class EventedValue<ChannelMute>


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.