org.fourthline.cling.model.types
Class URIDatatype
java.lang.Object
org.fourthline.cling.model.types.AbstractDatatype<URI>
org.fourthline.cling.model.types.URIDatatype
- All Implemented Interfaces:
- Datatype<URI>
public class URIDatatype
- extends AbstractDatatype<URI>
- Author:
- Christian Bauer
Method Summary |
URI |
valueOf(String s)
Transforms a string representation into a value of the supported type. |
URIDatatype
public URIDatatype()
valueOf
public URI valueOf(String s)
throws InvalidValueException
- Description copied from interface:
Datatype
- Transforms a string representation into a value of the supported type.
- Specified by:
valueOf
in interface Datatype<URI>
- Overrides:
valueOf
in class AbstractDatatype<URI>
- Parameters:
s
- The string representation of a value.
- Returns:
- The converted value or
null
if the string was null
or empty.
- Throws:
InvalidValueException
- If the string couldn't be parsed.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.