Klasse DoubleDatatype
- Autor:
- Christian Bauer
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.jupnp.model.types.Datatype
Datatype.Builtin, Datatype.Default
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
isHandlingJavaType
(Class type) Transforms a string representation into a value of the supported type.Von Klasse geerbte Methoden org.jupnp.model.types.AbstractDatatype
getBuiltin, getDisplayString, getString, getValueType, isValid, setBuiltin, toString
-
Konstruktordetails
-
DoubleDatatype
public DoubleDatatype()
-
-
Methodendetails
-
isHandlingJavaType
- Angegeben von:
isHandlingJavaType
in SchnittstelleDatatype<Double>
- Setzt außer Kraft:
isHandlingJavaType
in KlasseAbstractDatatype<Double>
- Gibt zurück:
true
if this datatype can handle values of the given Java type.
-
valueOf
Beschreibung aus Schnittstelle kopiert:Datatype
Transforms a string representation into a value of the supported type.- Angegeben von:
valueOf
in SchnittstelleDatatype<Double>
- Setzt außer Kraft:
valueOf
in KlasseAbstractDatatype<Double>
- Parameter:
s
- The string representation of a value.- Gibt zurück:
- The converted value or
null
if the string wasnull
or empty. - Löst aus:
InvalidValueException
- If the string couldn't be parsed.
-