| Modifier and Type | Field and Description |
|---|---|
static Property<String> |
NodeVersion |
static Property<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> |
ViewVersion |
| Constructor and Description |
|---|
UaViewNode(UaNamespace namespace,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId,
com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName,
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask,
boolean containsNoLoops,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getContainsNoLoops() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte |
getEventNotifier() |
String |
getNodeVersion() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getViewVersion() |
void |
setContainsNoLoops(boolean containsNoLoops) |
void |
setEventNotifier(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
void |
setNodeVersion(String nodeVersion) |
void |
setViewVersion(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger viewVersion) |
addAttributeObserver, addProperty, addReference, addReferences, deallocate, fireAttributeChanged, getBrowseName, getDescription, getDisplayName, getNamespace, getNode, getNode, getNodeClass, getNodeId, getObjectComponent, getObjectComponent, getProperty, getProperty, getProperty, getPropertyNode, getPropertyNode, getReferences, getUserWriteMask, getVariableComponent, getVariableComponent, getWriteMask, removeAttributeObserver, removeProperty, removeReference, removeReferences, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributepublic static final Property<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> ViewVersion
public UaViewNode(UaNamespace namespace, com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId, com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName, com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName, Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask, boolean containsNoLoops, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public Boolean getContainsNoLoops()
getContainsNoLoops in interface ViewNodepublic com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte getEventNotifier()
getEventNotifier in interface ViewNodepublic void setContainsNoLoops(boolean containsNoLoops)
setContainsNoLoops in interface ViewNodepublic void setEventNotifier(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
setEventNotifier in interface ViewNodepublic String getNodeVersion()
public com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getViewVersion()
public void setNodeVersion(String nodeVersion)
public void setViewVersion(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger viewVersion)
Copyright © 2015. All rights reserved.