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
|
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