|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
Uses of InvalidValueException in org.teleal.cling.model.action |
---|
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 | |
---|---|
URI |
URIDatatype.fromString(String s)
|
UnsignedIntegerTwoBytes |
UnsignedIntegerTwoBytesDatatype.fromString(String s)
|
UnsignedIntegerOneByte |
UnsignedIntegerOneByteDatatype.fromString(String s)
|
UnsignedIntegerFourBytes |
UnsignedIntegerFourBytesDatatype.fromString(String s)
|
Long |
TimeDatatype.fromString(String s)
|
String |
StringDatatype.fromString(String s)
|
Integer |
IntegerDatatype.fromString(String s)
|
Float |
FloatDatatype.fromString(String s)
|
Double |
DoubleDatatype.fromString(String s)
|
Date |
DateTimeDatatype.fromString(String s)
|
V |
Datatype.fromString(String s)
|
String |
CustomDatatype.fromString(String s)
|
Character |
CharacterDatatype.fromString(String s)
|
Boolean |
BooleanDatatype.fromString(String s)
|
Byte[] |
BinHexDatatype.fromString(String s)
|
Byte[] |
Base64Datatype.fromString(String s)
|
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)
|
String |
AbstractDatatype.getString(V value)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |