public class ObjectTypeManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjectTypeManager.ObjectNodeConstructor |
| Constructor and Description |
|---|
ObjectTypeManager() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectTypeManager.ObjectNodeConstructor> |
getNodeConstructor(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinition) |
void |
registerObjectType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinition,
Class<? extends UaObjectNode> nodeClass,
ObjectTypeManager.ObjectNodeConstructor objectNodeConstructor) |
public void registerObjectType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinition,
Class<? extends UaObjectNode> nodeClass,
ObjectTypeManager.ObjectNodeConstructor objectNodeConstructor)
public Optional<ObjectTypeManager.ObjectNodeConstructor> getNodeConstructor(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId typeDefinition)
Copyright © 2021. All rights reserved.