Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return KeyValuePairModifier and TypeMethodDescriptionKeyValuePair.Codec.decodeType(EncodingContext context, UaDecoder decoder) KeyValuePair @Nullable []PubSubConfiguration2DataType.getConfigurationProperties()KeyValuePair @Nullable []PubSubConnectionDataType.getConnectionProperties()KeyValuePair @Nullable []DataSetReaderDataType.getDataSetReaderProperties()KeyValuePair @Nullable []DataSetWriterDataType.getDataSetWriterProperties()KeyValuePair @Nullable []PublishedDataSetDataType.getExtensionFields()KeyValuePair @Nullable []UABinaryFileDataType.getFileHeader()KeyValuePair @Nullable []PubSubGroupDataType.getGroupProperties()KeyValuePair @Nullable []SecurityGroupDataType.getGroupProperties()KeyValuePair @Nullable []AdditionalParametersType.getParameters()KeyValuePair @Nullable []FieldMetaData.getProperties()KeyValuePair @Nullable []PubSubKeyPushTargetDataType.getPushTargetProperties()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type KeyValuePairMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type KeyValuePairModifier and TypeMethodDescriptionvoidKeyValuePair.Codec.encodeType(EncodingContext context, UaEncoder encoder, KeyValuePair value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type KeyValuePairModifierConstructorDescriptionAdditionalParametersType(KeyValuePair @Nullable [] parameters) DataSetReaderDataType(@Nullable String name, Boolean enabled, Variant publisherId, UShort writerGroupId, UShort dataSetWriterId, DataSetMetaDataType dataSetMetaData, DataSetFieldContentMask dataSetFieldContentMask, Double messageReceiveTimeout, UInteger keyFrameCount, @Nullable String headerLayoutUri, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, KeyValuePair @Nullable [] dataSetReaderProperties, DataSetReaderTransportDataType transportSettings, DataSetReaderMessageDataType messageSettings, SubscribedDataSetDataType subscribedDataSet) DataSetWriterDataType(@Nullable String name, Boolean enabled, UShort dataSetWriterId, DataSetFieldContentMask dataSetFieldContentMask, UInteger keyFrameCount, @Nullable String dataSetName, KeyValuePair @Nullable [] dataSetWriterProperties, DataSetWriterTransportDataType transportSettings, DataSetWriterMessageDataType messageSettings) FieldMetaData(@Nullable String name, LocalizedText description, DataSetFieldFlags fieldFlags, UByte builtInType, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, UInteger maxStringLength, UUID dataSetFieldId, KeyValuePair @Nullable [] properties) PublishedDataSetDataType(@Nullable String name, String @Nullable [] dataSetFolder, DataSetMetaDataType dataSetMetaData, KeyValuePair @Nullable [] extensionFields, PublishedDataSetSourceDataType dataSetSource) PubSubConfiguration2DataType(PublishedDataSetDataType @Nullable [] publishedDataSets, PubSubConnectionDataType @Nullable [] connections, Boolean enabled, StandaloneSubscribedDataSetDataType @Nullable [] subscribedDataSets, DataSetMetaDataType @Nullable [] dataSetClasses, EndpointDescription @Nullable [] defaultSecurityKeyServices, SecurityGroupDataType @Nullable [] securityGroups, PubSubKeyPushTargetDataType @Nullable [] pubSubKeyPushTargets, UInteger configurationVersion, KeyValuePair @Nullable [] configurationProperties) PubSubConnectionDataType(@Nullable String name, Boolean enabled, Variant publisherId, @Nullable String transportProfileUri, NetworkAddressDataType address, KeyValuePair @Nullable [] connectionProperties, ConnectionTransportDataType transportSettings, WriterGroupDataType @Nullable [] writerGroups, ReaderGroupDataType @Nullable [] readerGroups) PubSubGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties) PubSubKeyPushTargetDataType(@Nullable String applicationUri, String @Nullable [] pushTargetFolder, @Nullable String endpointUrl, @Nullable String securityPolicyUri, UserTokenPolicy userTokenType, UShort requestedKeyCount, Double retryInterval, KeyValuePair @Nullable [] pushTargetProperties, String @Nullable [] securityGroups) ReaderGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties, ReaderGroupTransportDataType transportSettings, ReaderGroupMessageDataType messageSettings, DataSetReaderDataType @Nullable [] dataSetReaders) SecurityGroupDataType(@Nullable String name, String @Nullable [] securityGroupFolder, Double keyLifetime, @Nullable String securityPolicyUri, UInteger maxFutureKeyCount, UInteger maxPastKeyCount, @Nullable String securityGroupId, RolePermissionType @Nullable [] rolePermissions, KeyValuePair @Nullable [] groupProperties) UABinaryFileDataType(String @Nullable [] namespaces, StructureDescription @Nullable [] structureDataTypes, EnumDescription @Nullable [] enumDataTypes, SimpleTypeDescription @Nullable [] simpleDataTypes, @Nullable String schemaLocation, KeyValuePair @Nullable [] fileHeader, Variant body) WriterGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties, UShort writerGroupId, Double publishingInterval, Double keepAliveTime, UByte priority, String @Nullable [] localeIds, @Nullable String headerLayoutUri, WriterGroupTransportDataType transportSettings, WriterGroupMessageDataType messageSettings, DataSetWriterDataType @Nullable [] dataSetWriters)