public class NamespaceId extends Object
Constructor and Description |
---|
NamespaceId(String uri) |
NamespaceId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort numeric) |
Modifier and Type | Method and Description |
---|---|
static NamespaceId |
fromExpandedNodeId(org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId id) |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
getNumeric() |
String |
getUri() |
Serializable |
getValue() |
boolean |
isNumeric() |
String |
toString() |
public NamespaceId(String uri)
public NamespaceId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort numeric)
public String getUri()
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getNumeric()
public boolean isNumeric()
public Serializable getValue()
public static NamespaceId fromExpandedNodeId(org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId id)
Apache Camel