org.fourthline.cling.support.lastchange
Class EventedValueURI

java.lang.Object
  extended by org.fourthline.cling.support.lastchange.EventedValue<URI>
      extended by org.fourthline.cling.support.lastchange.EventedValueURI
Direct Known Subclasses:
AVTransportVariable.AVTransportURI, AVTransportVariable.CurrentTrackURI, AVTransportVariable.NextAVTransportURI

public class EventedValueURI
extends EventedValue<URI>

Author:
Christian Bauer

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

Constructor Detail

EventedValueURI

public EventedValueURI(URI value)

EventedValueURI

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

valueOf

protected URI valueOf(String s)
               throws InvalidValueException
Overrides:
valueOf in class EventedValue<URI>
Throws:
InvalidValueException

getDatatype

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


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