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

Packages that use UnsignedLong
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
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 UnsignedLong in org.opcfoundation.ua.builtintypes
 

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

Methods in org.opcfoundation.ua.builtintypes that return UnsignedLong
 UnsignedLong UnsignedLong.add(long increment)
          Add a value.
 UnsignedLong UnsignedLong.add(UnsignedLong increment)
          Add a value.
 UnsignedLong UnsignedLong.dec()
          Decrease the value by one.
static UnsignedLong UnsignedLong.getFromBits(long bits)
          Create unsigned long from 64 bits
 UnsignedLong UnsignedLong.inc()
          Increase the value by one.
static UnsignedLong UnsignedLong.parseUnsignedLong(String s)
          Parse an UnsignedLong value from a string
static UnsignedLong UnsignedLong.parseUnsignedLong(String s, int radix)
          Parses the string argument as an unsigned long similar to Integer.parseInt(String, int)
 UnsignedLong UnsignedLong.subtract(long decrement)
          Subtract a value from this value.
 UnsignedLong UnsignedLong.subtract(UnsignedLong decrement)
          Subtract a value from this value.
static UnsignedLong UnsignedLong.valueOf(long value)
          Get cached or create new instance
 

Methods in org.opcfoundation.ua.builtintypes with parameters of type UnsignedLong
 UnsignedLong UnsignedLong.add(UnsignedLong increment)
          Add a value.
 UnsignedLong UnsignedLong.subtract(UnsignedLong decrement)
          Subtract a value from this value.
 

Uses of UnsignedLong in org.opcfoundation.ua.encoding
 

Methods in org.opcfoundation.ua.encoding that return UnsignedLong
 UnsignedLong IDecoder.getUInt64(String fieldName)
          getUInt64.
 UnsignedLong[] IDecoder.getUInt64Array(String fieldName)
          getUInt64Array.
 

Methods in org.opcfoundation.ua.encoding with parameters of type UnsignedLong
 void IEncoder.putUInt64(String fieldName, UnsignedLong v)
          putUInt64.
 void IEncoder.putUInt64Array(String fieldName, UnsignedLong[] v)
          putUInt64Array.
 

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

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

Methods in org.opcfoundation.ua.encoding.binary that return UnsignedLong
 UnsignedLong BinaryDecoder.getUInt64(String fieldName)
          getUInt64.
 UnsignedLong[] BinaryDecoder.getUInt64Array(String fieldName)
          getUInt64Array.
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type UnsignedLong
 void EncoderCalc.putUInt64(String fieldName, UnsignedLong v)
          putUInt64.
 void BinaryEncoder.putUInt64(String fieldName, UnsignedLong v)
          putUInt64.
 void EncoderCalc.putUInt64Array(String fieldName, UnsignedLong[] v)
          putUInt64Array.
 void BinaryEncoder.putUInt64Array(String fieldName, UnsignedLong[] v)
          putUInt64Array.
 

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

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

Methods in org.opcfoundation.ua.encoding.xml that return UnsignedLong
 UnsignedLong XmlDecoder.getUInt64(String fieldName)
          getUInt64.
 UnsignedLong[] XmlDecoder.getUInt64Array(String fieldName)
          getUInt64Array.
 



Copyright © 2018. All rights reserved.