public class UnsignedIntegerFourBytesDatatype extends AbstractDatatype<UnsignedIntegerFourBytes>
Datatype.Builtin, Datatype.Default| Constructor and Description |
|---|
UnsignedIntegerFourBytesDatatype() |
| Modifier and Type | Method and Description |
|---|---|
UnsignedIntegerFourBytes |
valueOf(String s)
Transforms a string representation into a value of the supported type.
|
getBuiltin, getDisplayString, getString, getValueType, isHandlingJavaType, isValid, setBuiltin, toStringpublic UnsignedIntegerFourBytes valueOf(String s) throws InvalidValueException
DatatypevalueOf in interface Datatype<UnsignedIntegerFourBytes>valueOf in class AbstractDatatype<UnsignedIntegerFourBytes>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.