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, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskBoolean 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 © 2018. All rights reserved.