Uses of Class
org.opcfoundation.ua.builtintypes.UnsignedShort

Packages that use UnsignedShort
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.encoding This folder contains serialization interfaces and serialization implementations 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
org.opcfoundation.ua.encoding.xml The implementation of xml serialization. 
 

Uses of UnsignedShort in org.opcfoundation.ua.builtintypes
 

Fields in org.opcfoundation.ua.builtintypes declared as UnsignedShort
static UnsignedShort UnsignedShort.MAX_VALUE
          Constant MAX_VALUE
static UnsignedShort UnsignedShort.MIN_VALUE
          Constant MIN_VALUE
static UnsignedShort UnsignedShort.ONE
          Constant ONE
static UnsignedShort UnsignedShort.ZERO
          Constant ZERO
 

Methods in org.opcfoundation.ua.builtintypes that return UnsignedShort
 UnsignedShort UnsignedShort.add(int increment)
          Add a value.
 UnsignedShort UnsignedShort.add(UnsignedShort increment)
          Add a value.
 UnsignedShort UnsignedShort.dec()
          Decrease the value by one.
static UnsignedShort UnsignedShort.getFromBits(short value)
          getFromBits.
 UnsignedShort DataValue.getServerPicoseconds()
          Getter for the field serverPicoseconds.
 UnsignedShort DataValue.getSourcePicoseconds()
          Getter for the field sourcePicoseconds.
 UnsignedShort UnsignedShort.inc()
          Increase the value by one.
static UnsignedShort UnsignedShort.max(UnsignedShort v0, UnsignedShort v1)
          max.
static UnsignedShort UnsignedShort.min(UnsignedShort v0, UnsignedShort v1)
          min.
static UnsignedShort UnsignedShort.parseUnsignedShort(String s)
          Parse an UnsignedShort value from a string
static UnsignedShort UnsignedShort.parseUnsignedShort(String s, int radix)
          Parses the string argument as an unsigned byte similar to Integer.parseInt(String, int)
 UnsignedShort UnsignedShort.subtract(int decrement)
          Subtract a value from this value.
 UnsignedShort UnsignedShort.subtract(UnsignedShort decrement)
          Subtract a value from this value.
static UnsignedShort UnsignedShort.valueOf(int value)
          valueOf.
 

Methods in org.opcfoundation.ua.builtintypes with parameters of type UnsignedShort
 UnsignedShort UnsignedShort.add(UnsignedShort increment)
          Add a value.
 int UnsignedShort.compareTo(UnsignedShort o)
          compareTo.
static UnsignedShort UnsignedShort.max(UnsignedShort v0, UnsignedShort v1)
          max.
static UnsignedShort UnsignedShort.min(UnsignedShort v0, UnsignedShort v1)
          min.
 void DataValue.setServerPicoseconds(UnsignedShort serverPicoseconds)
          Setter for the field serverPicoseconds.
 void DataValue.setSourcePicoseconds(UnsignedShort sourcePicoseconds)
          Setter for the field sourcePicoseconds.
 UnsignedShort UnsignedShort.subtract(UnsignedShort decrement)
          Subtract a value from this value.
 

Constructors in org.opcfoundation.ua.builtintypes with parameters of type UnsignedShort
DataValue(Variant value, StatusCode statusCode, DateTime sourceTimestamp, UnsignedShort sourcePicoseconds, DateTime serverTimestamp, UnsignedShort serverPicoseconds)
          Constructor for DataValue.
QualifiedName(UnsignedShort namespaceIndex, String name)
          Initializes the object with default values.
 

Uses of UnsignedShort in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core with parameters of type UnsignedShort
static EnumSet<AccessLevel> AccessLevel.getSet(UnsignedShort mask)
          getSet.
 

Uses of UnsignedShort in org.opcfoundation.ua.encoding
 

Methods in org.opcfoundation.ua.encoding that return UnsignedShort
 UnsignedShort IDecoder.getUInt16(String fieldName)
          getUInt16.
 UnsignedShort[] IDecoder.getUInt16Array(String fieldName)
          getUInt16Array.
 

Methods in org.opcfoundation.ua.encoding with parameters of type UnsignedShort
 void IEncoder.putUInt16(String fieldName, UnsignedShort v)
          putUInt16.
 void IEncoder.putUInt16Array(String fieldName, UnsignedShort[] v)
          putUInt16Array.
 

Method parameters in org.opcfoundation.ua.encoding with type arguments of type UnsignedShort
 void IEncoder.putUInt16Array(String fieldName, Collection<UnsignedShort> v)
          putUInt16Array.
 

Uses of UnsignedShort in org.opcfoundation.ua.encoding.binary
 

Methods in org.opcfoundation.ua.encoding.binary that return UnsignedShort
 UnsignedShort BinaryDecoder.getUInt16(String fieldName)
          getUInt16.
 UnsignedShort[] BinaryDecoder.getUInt16Array(String fieldName)
          getUInt16Array.
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type UnsignedShort
 void EncoderCalc.putUInt16(String fieldName, UnsignedShort v)
          putUInt16.
 void BinaryEncoder.putUInt16(String fieldName, UnsignedShort v)
          putUInt16.
 void EncoderCalc.putUInt16Array(String fieldName, UnsignedShort[] v)
          putUInt16Array.
 void BinaryEncoder.putUInt16Array(String fieldName, UnsignedShort[] v)
          putUInt16Array.
 

Method parameters in org.opcfoundation.ua.encoding.binary with type arguments of type UnsignedShort
 void EncoderCalc.putUInt16Array(String fieldName, Collection<UnsignedShort> v)
          putUInt16Array.
 void BinaryEncoder.putUInt16Array(String fieldName, Collection<UnsignedShort> v)
          putUInt16Array.
 

Uses of UnsignedShort in org.opcfoundation.ua.encoding.xml
 

Methods in org.opcfoundation.ua.encoding.xml that return UnsignedShort
 UnsignedShort XmlDecoder.getUInt16(String fieldName)
          getUInt16.
 UnsignedShort[] XmlDecoder.getUInt16Array(String fieldName)
          getUInt16Array.
 



Copyright © 2018. All rights reserved.