com.prosysopc.ua.server
Class StructureDataValue

java.lang.Object
  extended by org.opcfoundation.ua.builtintypes.DataValue
      extended by com.prosysopc.ua.server.StructureDataValue
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
StructureDataValue.ToLeaf, StructureDataValue.ToRoot

public abstract class StructureDataValue
extends org.opcfoundation.ua.builtintypes.DataValue

A helper DataValue in order to pass Structure values around. Users of the SDK should not use this class; for internal use only.


Nested Class Summary
static class StructureDataValue.ToLeaf
           
static class StructureDataValue.ToRoot
           
 
Field Summary
 
Fields inherited from class org.opcfoundation.ua.builtintypes.DataValue
ID
 
Constructor Summary
protected StructureDataValue(org.opcfoundation.ua.builtintypes.DataValue dv)
           
 
Method Summary
static StructureDataValue from(org.opcfoundation.ua.builtintypes.DataValue dv, boolean towardsRoot)
           
abstract  boolean isGoingToLeaf()
           
abstract  boolean isGoingToRoot()
           
 
Methods inherited from class org.opcfoundation.ua.builtintypes.DataValue
clone, equals, getServerPicoseconds, getServerTimestamp, getSourcePicoseconds, getSourceTimestamp, getStatusCode, getValue, hashCode, isNull, setServerPicoseconds, setServerTimestamp, setSourcePicoseconds, setSourceTimestamp, setStatusCode, setStatusCode, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructureDataValue

protected StructureDataValue(org.opcfoundation.ua.builtintypes.DataValue dv)
Method Detail

from

public static StructureDataValue from(org.opcfoundation.ua.builtintypes.DataValue dv,
                                      boolean towardsRoot)

isGoingToLeaf

public abstract boolean isGoingToLeaf()

isGoingToRoot

public abstract boolean isGoingToRoot()


Copyright © 2018. All rights reserved.