Klasse DoubleDatatype
- Autor:
- Christian Bauer
- 
Verschachtelte Klassen - ÜbersichtVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.jupnp.model.types.DatatypeDatatype.Builtin, Datatype.Default
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungbooleanisHandlingJavaType(Class type) Transforms a string representation into a value of the supported type.Von Klasse geerbte Methoden org.jupnp.model.types.AbstractDatatypegetBuiltin, getDisplayString, getString, getValueType, isValid, setBuiltin, toString
- 
Konstruktordetails- 
DoubleDatatypepublic DoubleDatatype()
 
- 
- 
Methodendetails- 
isHandlingJavaType- Angegeben von:
- isHandlingJavaTypein Schnittstelle- Datatype<Double>
- Setzt außer Kraft:
- isHandlingJavaTypein Klasse- AbstractDatatype<Double>
- Gibt zurück:
- trueif this datatype can handle values of the given Java type.
 
- 
valueOfBeschreibung aus Schnittstelle kopiert:DatatypeTransforms a string representation into a value of the supported type.- Angegeben von:
- valueOfin Schnittstelle- Datatype<Double>
- Setzt außer Kraft:
- valueOfin Klasse- AbstractDatatype<Double>
- Parameter:
- s- The string representation of a value.
- Gibt zurück:
- The converted value or nullif the string wasnullor empty.
- Löst aus:
- InvalidValueException- If the string couldn't be parsed.
 
 
-