public class UnsignedIntegerTwoBytesDatatype extends AbstractDatatype<UnsignedIntegerTwoBytes>
Datatype.Builtin, Datatype.Default| Constructor and Description |
|---|
UnsignedIntegerTwoBytesDatatype() |
| Modifier and Type | Method and Description |
|---|---|
UnsignedIntegerTwoBytes |
valueOf(String s)
Transforms a string representation into a value of the supported type.
|
getBuiltin, getDisplayString, getString, getValueType, isHandlingJavaType, isValid, setBuiltin, toStringpublic UnsignedIntegerTwoBytes valueOf(String s) throws InvalidValueException
DatatypevalueOf in interface Datatype<UnsignedIntegerTwoBytes>valueOf in class AbstractDatatype<UnsignedIntegerTwoBytes>s - The string representation of a value.null if the string was null or empty.InvalidValueException - If the string couldn't be parsed.Copyright © 2023 jUPnP.org. All rights reserved.