org.teleal.cling.model.types
Class BooleanDatatype
java.lang.Object
org.teleal.cling.model.types.AbstractDatatype<Boolean>
org.teleal.cling.model.types.BooleanDatatype
- All Implemented Interfaces:
- Datatype<Boolean>
public class BooleanDatatype
- extends AbstractDatatype<Boolean>
BooleanDatatype
public BooleanDatatype()
fromString
public Boolean fromString(String s)
throws InvalidValueException
- Throws:
InvalidValueException
getString
public String getString(Boolean value)
throws InvalidValueException
- Specified by:
getString
in interface Datatype<Boolean>
- Overrides:
getString
in class AbstractDatatype<Boolean>
- Throws:
InvalidValueException
getDefaultValue
public Boolean getDefaultValue()
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.