Package org.jupnp.model.types
Klasse UnsignedIntegerTwoBytesDatatype
java.lang.Object
org.jupnp.model.types.AbstractDatatype<UnsignedIntegerTwoBytes>
org.jupnp.model.types.UnsignedIntegerTwoBytesDatatype
- Alle implementierten Schnittstellen:
Datatype<UnsignedIntegerTwoBytes>
- 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 TypMethodeBeschreibungTransforms a string representation into a value of the supported type.Von Klasse geerbte Methoden org.jupnp.model.types.AbstractDatatype
getBuiltin, getDisplayString, getString, getValueType, isHandlingJavaType, isValid, setBuiltin, toString
-
Konstruktordetails
-
UnsignedIntegerTwoBytesDatatype
public UnsignedIntegerTwoBytesDatatype()
-
-
Methodendetails
-
valueOf
Beschreibung aus Schnittstelle kopiert:DatatypeTransforms a string representation into a value of the supported type.- Angegeben von:
valueOfin SchnittstelleDatatype<UnsignedIntegerTwoBytes>- Setzt außer Kraft:
valueOfin KlasseAbstractDatatype<UnsignedIntegerTwoBytes>- 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.
-