|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datatype | |
---|---|
org.teleal.cling.binding.annotations | |
org.teleal.cling.binding.staging | |
org.teleal.cling.model | |
org.teleal.cling.model.meta | |
org.teleal.cling.model.types |
Uses of Datatype in org.teleal.cling.binding.annotations |
---|
Methods in org.teleal.cling.binding.annotations that return Datatype | |
---|---|
protected Datatype |
AnnotationStateVariableBinder.createDatatype()
|
Methods in org.teleal.cling.binding.annotations with parameters of type Datatype | |
---|---|
protected String |
AnnotationStateVariableBinder.createDefaultValue(Datatype datatype)
|
Uses of Datatype in org.teleal.cling.binding.staging |
---|
Fields in org.teleal.cling.binding.staging declared as Datatype | |
---|---|
Datatype |
MutableStateVariable.dataType
|
Uses of Datatype in org.teleal.cling.model |
---|
Methods in org.teleal.cling.model that return Datatype | |
---|---|
Datatype |
VariableValue.getDatatype()
|
Constructors in org.teleal.cling.model with parameters of type Datatype | |
---|---|
VariableValue(Datatype datatype,
Object value)
Creates and validates a variable value. |
Uses of Datatype in org.teleal.cling.model.meta |
---|
Methods in org.teleal.cling.model.meta that return Datatype | |
---|---|
Datatype |
StateVariableTypeDetails.getDatatype()
|
Datatype |
ActionArgument.getDatatype()
|
Datatype<S> |
Service.getDatatype(ActionArgument argument)
|
Constructors in org.teleal.cling.model.meta with parameters of type Datatype | |
---|---|
StateVariableTypeDetails(Datatype datatype)
|
|
StateVariableTypeDetails(Datatype datatype,
String defaultValue)
|
|
StateVariableTypeDetails(Datatype datatype,
String defaultValue,
String[] allowedValues,
StateVariableAllowedValueRange allowedValueRange)
|
Uses of Datatype in org.teleal.cling.model.types |
---|
Classes in org.teleal.cling.model.types that implement Datatype | |
---|---|
class |
AbstractDatatype<V>
|
class |
Base64Datatype
|
class |
BinHexDatatype
|
class |
BooleanDatatype
|
class |
CharacterDatatype
|
class |
CustomDatatype
|
class |
DateTimeDatatype
|
class |
DoubleDatatype
|
class |
FloatDatatype
|
class |
IntegerDatatype
Although the UDA 1.0 spec doesn't say it, we assume that "int" is a 4 byte regular Java integer. |
class |
StringDatatype
|
class |
UnsignedIntegerFourBytesDatatype
|
class |
UnsignedIntegerOneByteDatatype
|
class |
UnsignedIntegerTwoBytesDatatype
|
class |
URIDatatype
|
Methods in org.teleal.cling.model.types that return Datatype | |
---|---|
Datatype |
Datatype.Builtin.getDatatype()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |