Uses of Class
org.teleal.cling.model.types.InvalidValueException

Packages that use InvalidValueException
org.teleal.cling.model   
org.teleal.cling.model.action   
org.teleal.cling.model.state   
org.teleal.cling.model.types   
org.teleal.cling.model.types.csv   
 

Uses of InvalidValueException in org.teleal.cling.model
 

Constructors in org.teleal.cling.model that throw InvalidValueException
VariableValue(Datatype datatype, Object value)
          Creates and validates a variable value.
 

Uses of InvalidValueException in org.teleal.cling.model.action
 

Methods in org.teleal.cling.model.action that throw InvalidValueException
 void ActionInvocation.setInput(String argumentName, Object value)
           
 void ActionInvocation.setOutput(String argumentName, Object value)
           
 

Constructors in org.teleal.cling.model.action that throw InvalidValueException
ActionArgumentValue(ActionArgument<S> argument, Object value)
           
 

Uses of InvalidValueException in org.teleal.cling.model.state
 

Constructors in org.teleal.cling.model.state that throw InvalidValueException
StateVariableValue(StateVariable<S> stateVariable, Object value)
           
 

Uses of InvalidValueException in org.teleal.cling.model.types
 

Methods in org.teleal.cling.model.types that throw InvalidValueException
 String BooleanDatatype.getString(Boolean value)
           
 String BinHexDatatype.getString(Byte[] value)
           
 String Base64Datatype.getString(Byte[] value)
           
 String DateTimeDatatype.getString(Date value)
           
 String TimeDatatype.getString(Long value)
           
 String Datatype.getString(V value)
          Transforms a value supported by this datatype into a string representation.
 String AbstractDatatype.getString(V value)
           
 URI URIDatatype.valueOf(String s)
           
 UnsignedIntegerTwoBytes UnsignedIntegerTwoBytesDatatype.valueOf(String s)
           
 UnsignedIntegerOneByte UnsignedIntegerOneByteDatatype.valueOf(String s)
           
 UnsignedIntegerFourBytes UnsignedIntegerFourBytesDatatype.valueOf(String s)
           
static UDAServiceType UDAServiceType.valueOf(String s)
           
static UDAServiceId UDAServiceId.valueOf(String s)
           
static UDADeviceType UDADeviceType.valueOf(String s)
           
 Long TimeDatatype.valueOf(String s)
           
 String StringDatatype.valueOf(String s)
           
static SoapActionType SoapActionType.valueOf(String s)
           
static ServiceType ServiceType.valueOf(String s)
           
static ServiceId ServiceId.valueOf(String s)
           
static NamedServiceType NamedServiceType.valueOf(String s)
           
static NamedDeviceType NamedDeviceType.valueOf(String s)
           
 Integer IntegerDatatype.valueOf(String s)
           
 Float FloatDatatype.valueOf(String s)
           
 Double DoubleDatatype.valueOf(String s)
           
static DLNADoc DLNADoc.valueOf(String s)
           
static DLNACaps DLNACaps.valueOf(String s)
           
static DeviceType DeviceType.valueOf(String s)
           
 Date DateTimeDatatype.valueOf(String s)
           
 V Datatype.valueOf(String s)
          Transforms a string representation into a value of the supported type.
 String CustomDatatype.valueOf(String s)
           
 Character CharacterDatatype.valueOf(String s)
           
 Boolean BooleanDatatype.valueOf(String s)
           
 Byte[] BinHexDatatype.valueOf(String s)
           
 Byte[] Base64Datatype.valueOf(String s)
           
 

Uses of InvalidValueException in org.teleal.cling.model.types.csv
 

Methods in org.teleal.cling.model.types.csv that throw InvalidValueException
protected  Datatype.Builtin CSV.getBuiltinDatatype()
           
protected  List CSV.parseString(String s)
           
 

Constructors in org.teleal.cling.model.types.csv that throw InvalidValueException
CSV(String s)
           
CSVBoolean(String s)
           
CSVBytes(String s)
           
CSVCharacter(String s)
           
CSVDate(String s)
           
CSVDouble(String s)
           
CSVFloat(String s)
           
CSVInteger(String s)
           
CSVShort(String s)
           
CSVString(String s)
           
CSVUnsignedIntegerFourBytes(String s)
           
CSVUnsignedIntegerOneByte(String s)
           
CSVUnsignedIntegerTwoBytes(String s)
           
CSVURI(String s)
           
 



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