|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.builtintypes.DataValue
com.prosysopc.ua.server.StructureDataValue
public abstract class StructureDataValue
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 |
|---|
protected StructureDataValue(org.opcfoundation.ua.builtintypes.DataValue dv)
| Method Detail |
|---|
public static StructureDataValue from(org.opcfoundation.ua.builtintypes.DataValue dv,
boolean towardsRoot)
public abstract boolean isGoingToLeaf()
public abstract boolean isGoingToRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||