org.teleal.cling.model.types
Class BinHexDatatype

java.lang.Object
  extended by org.teleal.cling.model.types.AbstractDatatype<Byte[]>
      extended by org.teleal.cling.model.types.BinHexDatatype
All Implemented Interfaces:
Datatype<Byte[]>

public class BinHexDatatype
extends AbstractDatatype<Byte[]>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teleal.cling.model.types.Datatype
Datatype.Builtin, Datatype.Default
 
Constructor Summary
BinHexDatatype()
           
 
Method Summary
 Byte[] fromString(String s)
           
 Byte[] getDefaultValue()
           
 String getString(Byte[] value)
           
 
Methods inherited from class org.teleal.cling.model.types.AbstractDatatype
getBuiltin, getDisplayString, getValueType, isValid, setBuiltin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinHexDatatype

public BinHexDatatype()
Method Detail

fromString

public Byte[] fromString(String s)
                  throws InvalidValueException
Throws:
InvalidValueException

getString

public String getString(Byte[] value)
                 throws InvalidValueException
Specified by:
getString in interface Datatype<Byte[]>
Overrides:
getString in class AbstractDatatype<Byte[]>
Throws:
InvalidValueException

getDefaultValue

public Byte[] getDefaultValue()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.