public final class NodeIds extends Object
Modifier and Type | Method and Description |
---|---|
static String |
nodeValue(int namespace,
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString node)
Create an attribute value for the "node" attribute
|
static String |
nodeValue(int namespace,
int node)
Create an attribute value for the "node" attribute
|
static String |
nodeValue(int namespace,
String node)
Create an attribute value for the "node" attribute
|
static String |
nodeValue(int namespace,
UUID node)
Create an attribute value for the "node" attribute
|
static String |
nodeValue(String namespace,
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString node)
Create an attribute value for the "node" attribute
|
static String |
nodeValue(String namespace,
int node)
Create an attribute value for the "node" attribute
|
static String |
nodeValue(String namespace,
String node)
Create an attribute value for the "node" attribute
|
static String |
nodeValue(String namespace,
UUID node)
Create an attribute value for the "node" attribute
|
static org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
toNodeId(int namespaceIndex,
org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId nodeId) |
static org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
toNodeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort namespaceIndex,
org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId nodeId) |
public static org.eclipse.milo.opcua.stack.core.types.builtin.NodeId toNodeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort namespaceIndex, org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId nodeId)
public static org.eclipse.milo.opcua.stack.core.types.builtin.NodeId toNodeId(int namespaceIndex, org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId nodeId)
public static String nodeValue(String namespace, String node)
namespace
- the namespace to usenode
- the node IDpublic static String nodeValue(String namespace, int node)
namespace
- the namespace to usenode
- the node IDpublic static String nodeValue(String namespace, UUID node)
namespace
- the namespace to usenode
- the node IDpublic static String nodeValue(String namespace, org.eclipse.milo.opcua.stack.core.types.builtin.ByteString node)
namespace
- the namespace to usenode
- the node IDpublic static String nodeValue(int namespace, String node)
namespace
- the namespace to usenode
- the node IDpublic static String nodeValue(int namespace, int node)
namespace
- the namespace to usenode
- the node IDpublic static String nodeValue(int namespace, UUID node)
namespace
- the namespace to usenode
- the node IDpublic static String nodeValue(int namespace, org.eclipse.milo.opcua.stack.core.types.builtin.ByteString node)
namespace
- the namespace to usenode
- the node IDApache Camel