use of org.eclipse.milo.opcua.sdk.server.nodes.UaVariableTypeNode in project milo by eclipse.
the class VariableTypeNodeLoader method loadNode33.
private void loadNode33() {
UaVariableTypeNode node = new UaVariableTypeNode(this.context, Identifiers.XYArrayItemType, new QualifiedName(0, "XYArrayItemType"), new LocalizedText("en", "XYArrayItemType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.XVType, 1, new UInteger[] { UInteger.valueOf(0) }, false);
node.addReference(new Reference(Identifiers.XYArrayItemType, Identifiers.HasProperty, Identifiers.XYArrayItemType_XAxisDefinition.expanded(), true));
node.addReference(new Reference(Identifiers.XYArrayItemType, Identifiers.HasSubtype, Identifiers.ArrayItemType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaVariableTypeNode in project milo by eclipse.
the class VariableTypeNodeLoader method loadNode27.
private void loadNode27() {
UaVariableTypeNode node = new UaVariableTypeNode(this.context, Identifiers.FiniteTransitionVariableType, new QualifiedName(0, "FiniteTransitionVariableType"), new LocalizedText("en", "FiniteTransitionVariableType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.LocalizedText, -1, new UInteger[] {}, false);
node.addReference(new Reference(Identifiers.FiniteTransitionVariableType, Identifiers.HasProperty, Identifiers.FiniteTransitionVariableType_Id.expanded(), true));
node.addReference(new Reference(Identifiers.FiniteTransitionVariableType, Identifiers.HasSubtype, Identifiers.TransitionVariableType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaVariableTypeNode in project milo by eclipse.
the class VariableTypeNodeLoader method loadNode30.
private void loadNode30() {
UaVariableTypeNode node = new UaVariableTypeNode(this.context, Identifiers.OptionSetType, new QualifiedName(0, "OptionSetType"), new LocalizedText("en", "OptionSetType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.BaseDataType, -1, new UInteger[] {}, false);
node.addReference(new Reference(Identifiers.OptionSetType, Identifiers.HasProperty, Identifiers.OptionSetType_OptionSetValues.expanded(), true));
node.addReference(new Reference(Identifiers.OptionSetType, Identifiers.HasProperty, Identifiers.OptionSetType_BitMask.expanded(), true));
node.addReference(new Reference(Identifiers.OptionSetType, Identifiers.HasSubtype, Identifiers.BaseDataVariableType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaVariableTypeNode in project milo by eclipse.
the class VariableTypeNodeLoader method loadNode12.
private void loadNode12() {
UaVariableTypeNode node = new UaVariableTypeNode(this.context, Identifiers.SubscriptionDiagnosticsArrayType, new QualifiedName(0, "SubscriptionDiagnosticsArrayType"), new LocalizedText("en", "SubscriptionDiagnosticsArrayType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.SubscriptionDiagnosticsDataType, 1, new UInteger[] { UInteger.valueOf(0) }, false);
node.addReference(new Reference(Identifiers.SubscriptionDiagnosticsArrayType, Identifiers.HasComponent, Identifiers.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics.expanded(), true));
node.addReference(new Reference(Identifiers.SubscriptionDiagnosticsArrayType, Identifiers.HasSubtype, Identifiers.BaseDataVariableType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaVariableTypeNode in project milo by eclipse.
the class VariableTypeNodeLoader method loadNode16.
private void loadNode16() {
UaVariableTypeNode node = new UaVariableTypeNode(this.context, Identifiers.SessionSecurityDiagnosticsArrayType, new QualifiedName(0, "SessionSecurityDiagnosticsArrayType"), new LocalizedText("en", "SessionSecurityDiagnosticsArrayType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.SessionSecurityDiagnosticsDataType, 1, new UInteger[] { UInteger.valueOf(0) }, false);
node.addReference(new Reference(Identifiers.SessionSecurityDiagnosticsArrayType, Identifiers.HasComponent, Identifiers.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics.expanded(), true));
node.addReference(new Reference(Identifiers.SessionSecurityDiagnosticsArrayType, Identifiers.HasSubtype, Identifiers.BaseDataVariableType.expanded(), false));
this.nodeManager.addNode(node);
}
Aggregations