public class DataTypeDictionaryGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataTypeDictionaryGenerator.DataTypeLocation
Pair of DataType name and the namespace URI of the DataTypeDictionary it's defined in.
|
| Constructor and Description |
|---|
DataTypeDictionaryGenerator(String namespaceUri,
Function<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId,DataTypeDictionaryGenerator.DataTypeLocation> dataTypeLookup) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEnumDescription(org.eclipse.milo.opcua.stack.core.types.structured.EnumDescription description) |
void |
addStructureDescription(org.eclipse.milo.opcua.stack.core.types.structured.StructureDescription description) |
void |
writeToOutputStream(OutputStream outputStream) |
public DataTypeDictionaryGenerator(String namespaceUri, Function<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId,DataTypeDictionaryGenerator.DataTypeLocation> dataTypeLookup)
public void addEnumDescription(org.eclipse.milo.opcua.stack.core.types.structured.EnumDescription description)
public void addStructureDescription(org.eclipse.milo.opcua.stack.core.types.structured.StructureDescription description)
public void writeToOutputStream(OutputStream outputStream) throws IOException
IOExceptionCopyright © 2021. All rights reserved.