Uses of Record Class
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText
Packages that use LocalizedText
Package
Description
-
Uses of LocalizedText in org.eclipse.milo.opcua.stack.core.encoding
Methods in org.eclipse.milo.opcua.stack.core.encoding that return LocalizedTextModifier and TypeMethodDescriptionUaDecoder.decodeLocalizedText(String field) LocalizedText @Nullable []UaDecoder.decodeLocalizedTextArray(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding with parameters of type LocalizedTextModifier and TypeMethodDescriptionvoidUaEncoder.encodeLocalizedText(String field, LocalizedText value) voidUaEncoder.encodeLocalizedTextArray(String field, LocalizedText[] value) -
Uses of LocalizedText in org.eclipse.milo.opcua.stack.core.encoding.binary
Methods in org.eclipse.milo.opcua.stack.core.encoding.binary that return LocalizedTextModifier and TypeMethodDescriptionOpcUaBinaryDecoder.decodeLocalizedText()OpcUaBinaryDecoder.decodeLocalizedText(String field) OpcUaBinaryDecoder.decodeLocalizedTextArray(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding.binary with parameters of type LocalizedTextModifier and TypeMethodDescriptionvoidOpcUaBinaryEncoder.encodeLocalizedText(String field, LocalizedText value) voidOpcUaBinaryEncoder.encodeLocalizedText(LocalizedText value) voidOpcUaBinaryEncoder.encodeLocalizedTextArray(String field, LocalizedText[] value) -
Uses of LocalizedText in org.eclipse.milo.opcua.stack.core.types.builtin
Fields in org.eclipse.milo.opcua.stack.core.types.builtin declared as LocalizedTextMethods in org.eclipse.milo.opcua.stack.core.types.builtin that return LocalizedTextMethods in org.eclipse.milo.opcua.stack.core.types.builtin with parameters of type LocalizedTextModifier and TypeMethodDescriptionstatic MatrixMatrix.ofLocalizedText(LocalizedText[][] value) Create a Matrix containing a multidimensional LocalizedText value.static MatrixMatrix.ofLocalizedText(LocalizedText[][][] value) Create a Matrix containing a multidimensional LocalizedText value.static VariantVariant.ofLocalizedText(LocalizedText value) Create a Variant containing a LocalizedText value.static VariantVariant.ofLocalizedTextArray(LocalizedText[] value) Create a Variant containing a LocalizedText array value. -
Uses of LocalizedText in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return LocalizedTextModifier and TypeMethodDescriptionApplicationDescription.getApplicationName()CurrencyUnitType.getCurrency()ActionTargetDataType.getDescription()Argument.getDescription()BitFieldDefinition.getDescription()DataSetMetaDataType.getDescription()EnumValueType.getDescription()EUInformation.getDescription()FieldMetaData.getDescription()Node.getDescription()NodeAttributes.getDescription()StructureField.getDescription()EnumValueType.getDisplayName()EUInformation.getDisplayName()Node.getDisplayName()NodeAttributes.getDisplayName()ReferenceDescription.getDisplayName()ReferenceTypeAttributes.getInverseName()ReferenceTypeNode.getInverseName()TransactionErrorType.getMessage()LocalizedText @Nullable []RegisteredServer.getServerNames()ServerStatusDataType.getShutdownReason()AxisInformation.getTitle()Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type LocalizedTextModifierConstructorDescriptionActionTargetDataType(UShort actionTargetId, @Nullable String name, LocalizedText description) ApplicationDescription(@Nullable String applicationUri, @Nullable String productUri, LocalizedText applicationName, ApplicationType applicationType, @Nullable String gatewayServerUri, @Nullable String discoveryProfileUri, String @Nullable [] discoveryUrls) Argument(@Nullable String name, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, LocalizedText description) AxisInformation(EUInformation engineeringUnits, Range euRange, LocalizedText title, AxisScaleEnumeration axisScaleType, Double @Nullable [] axisSteps) BitFieldDefinition(@Nullable String name, LocalizedText description, Boolean reserved, UInteger startingBitPosition, UInteger endingBitPosition) CurrencyUnitType(Short numericCode, Byte exponent, @Nullable String alphabeticCode, LocalizedText currency) DataSetMetaDataType(String @Nullable [] namespaces, StructureDescription @Nullable [] structureDataTypes, EnumDescription @Nullable [] enumDataTypes, SimpleTypeDescription @Nullable [] simpleDataTypes, @Nullable String name, LocalizedText description, FieldMetaData @Nullable [] fields, UUID dataSetClassId, ConfigurationVersionDataType configurationVersion) DataTypeAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Boolean isAbstract) DataTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract, ExtensionObject dataTypeDefinition) EnumField(Long value, LocalizedText displayName, LocalizedText description, @Nullable String name) EnumValueType(Long value, LocalizedText displayName, LocalizedText description) EUInformation(@Nullable String namespaceUri, Integer unitId, LocalizedText displayName, LocalizedText description) FieldMetaData(@Nullable String name, LocalizedText description, DataSetFieldFlags fieldFlags, UByte builtInType, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, UInteger maxStringLength, UUID dataSetFieldId, KeyValuePair @Nullable [] properties) GenericAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, GenericAttributeValue @Nullable [] attributeValues) InstanceNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references) MethodAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Boolean executable, Boolean userExecutable) MethodNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean executable, Boolean userExecutable) Node(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references) NodeAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask) ObjectAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, UByte eventNotifier) ObjectNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, UByte eventNotifier) ObjectTypeAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Boolean isAbstract) ObjectTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract) ReferenceDescription(NodeId referenceTypeId, Boolean isForward, ExpandedNodeId nodeId, QualifiedName browseName, LocalizedText displayName, NodeClass nodeClass, ExpandedNodeId typeDefinition) ReferenceTypeAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Boolean isAbstract, Boolean symmetric, LocalizedText inverseName) ReferenceTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean isAbstract, Boolean symmetric, LocalizedText inverseName) RegisteredServer(@Nullable String serverUri, @Nullable String productUri, LocalizedText @Nullable [] serverNames, ApplicationType serverType, @Nullable String gatewayServerUri, String @Nullable [] discoveryUrls, @Nullable String semaphoreFilePath, Boolean isOnline) ServerStatusDataType(DateTime startTime, DateTime currentTime, ServerState state, BuildInfo buildInfo, UInteger secondsTillShutdown, LocalizedText shutdownReason) StructureField(@Nullable String name, LocalizedText description, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, UInteger maxStringLength, Boolean isOptional) TransactionErrorType(NodeId targetId, StatusCode error, LocalizedText message) TypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references) VariableAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, UByte accessLevel, UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing) VariableNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, UByte accessLevel, UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing, UInteger accessLevelEx) VariableTypeAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, Boolean isAbstract) VariableTypeNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Variant value, NodeId dataType, Integer valueRank, UInteger @Nullable [] arrayDimensions, Boolean isAbstract) ViewAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, Boolean containsNoLoops, UByte eventNotifier) ViewNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, RolePermissionType @Nullable [] rolePermissions, RolePermissionType @Nullable [] userRolePermissions, UShort accessRestrictions, ReferenceNode @Nullable [] references, Boolean containsNoLoops, UByte eventNotifier)