Search in sources :

Example 1 with HistoryServerCapabilitiesTypeNode

use of org.eclipse.milo.opcua.sdk.server.model.nodes.objects.HistoryServerCapabilitiesTypeNode in project milo by eclipse.

the class ObjectNodeLoader method loadNode209.

private void loadNode209() {
    HistoryServerCapabilitiesTypeNode node = new HistoryServerCapabilitiesTypeNode(this.context, Identifiers.HistoryServerCapabilities, new QualifiedName(0, "HistoryServerCapabilities"), new LocalizedText("en", "HistoryServerCapabilities"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), UByte.valueOf(0));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_AccessHistoryDataCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_AccessHistoryEventsCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_MaxReturnDataValues.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_MaxReturnEventValues.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_InsertDataCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_ReplaceDataCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_UpdateDataCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_DeleteRawCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_DeleteAtTimeCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_InsertEventCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_ReplaceEventCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_UpdateEventCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_DeleteEventCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasProperty, Identifiers.HistoryServerCapabilities_InsertAnnotationCapability.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasComponent, Identifiers.HistoryServerCapabilities_AggregateFunctions.expanded(), true));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasComponent, Identifiers.Server_ServerCapabilities.expanded(), false));
    node.addReference(new Reference(Identifiers.HistoryServerCapabilities, Identifiers.HasTypeDefinition, Identifiers.HistoryServerCapabilitiesType.expanded(), true));
    this.nodeManager.addNode(node);
}
Also used : HistoryServerCapabilitiesTypeNode(org.eclipse.milo.opcua.sdk.server.model.nodes.objects.HistoryServerCapabilitiesTypeNode) Reference(org.eclipse.milo.opcua.sdk.core.Reference) QualifiedName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName) LocalizedText(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)

Aggregations

Reference (org.eclipse.milo.opcua.sdk.core.Reference)1 HistoryServerCapabilitiesTypeNode (org.eclipse.milo.opcua.sdk.server.model.nodes.objects.HistoryServerCapabilitiesTypeNode)1 LocalizedText (org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)1 QualifiedName (org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName)1