public class TemporaryInstanceDeclaration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TemporaryInstanceDeclaration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemporaryInstanceDeclaration.Builder |
builder(TemporaryInstanceDeclaration other) |
static TemporaryInstanceDeclaration.Builder |
builder(TemporaryInstanceDeclaration other,
RelativeNamePath prefix) |
static TemporaryInstanceDeclaration.Builder |
builder(UaNode node,
RelativeNamePath primaryPath) |
static TemporaryInstanceDeclaration.Builder |
builder(UaType type) |
boolean |
equals(Object obj) |
Set<RelativeNamePath> |
getBrowsePaths() |
Set<com.prosysopc.ua.server.instantiation.ExternalReferenceDeclaration> |
getExternalReferences() |
Set<com.prosysopc.ua.server.instantiation.InternalReferenceDeclaration> |
getInternalReferences() |
UaNode |
getNode() |
List<UaNode> |
getNodes() |
RelativeNamePath |
getPrimaryPath() |
int |
hashCode() |
boolean |
hasPath(RelativeNamePath path) |
boolean |
isRoot() |
String |
toString() |
public static TemporaryInstanceDeclaration.Builder builder(TemporaryInstanceDeclaration other)
public static TemporaryInstanceDeclaration.Builder builder(TemporaryInstanceDeclaration other, RelativeNamePath prefix)
public static TemporaryInstanceDeclaration.Builder builder(UaNode node, RelativeNamePath primaryPath)
public static TemporaryInstanceDeclaration.Builder builder(UaType type)
public Set<RelativeNamePath> getBrowsePaths()
public Set<com.prosysopc.ua.server.instantiation.ExternalReferenceDeclaration> getExternalReferences()
public Set<com.prosysopc.ua.server.instantiation.InternalReferenceDeclaration> getInternalReferences()
public UaNode getNode()
public RelativeNamePath getPrimaryPath()
public boolean hasPath(RelativeNamePath path)
public boolean isRoot()
Copyright © 2026. All rights reserved.