Uses of Class
org.eclipse.milo.opcua.sdk.core.QualifiedProperty
Packages that use QualifiedProperty
-
Uses of QualifiedProperty in org.eclipse.milo.opcua.sdk.core.nodes
Fields in org.eclipse.milo.opcua.sdk.core.nodes declared as QualifiedPropertyModifier and TypeFieldDescriptionstatic final QualifiedProperty<Boolean>VariableNodeProperties.AllowNullsThe AllowNulls Property is only used for DataVariables.static final QualifiedProperty<String>VariableNodeProperties.DataTypeVersionOnly used for Variables of the VariableType DataTypeDictionaryType and DataTypeDescriptionType as described in OPC UA Part 5, section 5.18.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>VariableNodeProperties.DictionaryFragmentOnly used for Variables of the VariableType DataTypeDescriptionType as described in OPC UA Part 5, section 5.18.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.EUInformation>VariableNodeProperties.EngineeringUnitsOnly used for DataVariables having a Number DataType.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]>DataTypeNodeProperties.EnumStringsThe EnumStrings Property only applies for Enumeration DataTypes.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.EnumValueType[]>DataTypeNodeProperties.EnumValuesThe EnumValues Property only applies for Enumeration DataTypes.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>ObjectNodeProperties.IconThe Icon Property is provides an image that can be used by Clients when displaying the Node.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>ObjectTypeNodeProperties.IconThe Icon Property is provides an image that can be used by Clients when displaying the Node.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]>MethodNodeProperties.InputArgumentsThe InputArguments Property is used to specify the arguments that shall be used by a client when calling the Method.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType>VariableNodeProperties.LocalTimeThe LocalTime Property is only used for DataVariables.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>VariableNodeProperties.MaxArrayLengthOnly used for DataVariables having its ValueRank Attribute not set to scalar.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>VariableNodeProperties.MaxStringLengthOnly used for DataVariables having a String DataType.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType>ObjectNodeProperties.NamingRuleThe NamingRule Property defines the NamingRule of a ModellingRule.static final QualifiedProperty<String>DataTypeNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<String>MethodNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<String>ObjectNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<String>ObjectTypeNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<String>ReferenceTypeNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<String>VariableNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<String>VariableTypeNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<String>ViewNodeProperties.NodeVersionThe NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]>DataTypeNodeProperties.OptionSetValuesThe OptionSetValues Property only applies for OptionSet DataTypes and UInteger DataTypes.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]>MethodNodeProperties.OutputArgumentsThe OutputArguments Property specifies the result returned from the Method call.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>VariableNodeProperties.ValueAsTextOnly used for DataVariables having an Enumeration DataType.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>ViewNodeProperties.ViewVersionThe version number for the View.