public interface MethodNode extends Node
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isExecutable()
The Executable attribute indicates whether the Method is executable, not taking user access rights into account.
|
Boolean |
isUserExecutable()
The UserExecutable attribute indicates whether the Method is executable, taking user access rights into account.
|
void |
setExecutable(boolean executable)
Set the Executable attribute of this Method.
|
void |
setUserExecutable(boolean userExecutable)
Set the UserExecutable attribute of this Method.
|
getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributeBoolean isExecutable()
See OPC-UA Part 3, Section 5.7.
true if this method is executable, not taking user access rights into account.Boolean isUserExecutable()
See OPC-UA Part 3, Section 5.7.
true if this method is executable, taking user access rights into account.void setExecutable(boolean executable)
executable - true if the method is executable.void setUserExecutable(boolean userExecutable)
userExecutable - true if the method is executable, taking access rights into account.Copyright © 2015. All rights reserved.