Uses of Class
org.eclipse.milo.opcua.sdk.core.QualifiedProperty

Packages that use QualifiedProperty
Package
Description
 
  • Uses of QualifiedProperty in org.eclipse.milo.opcua.sdk.core.nodes

    Modifier and Type
    Field
    Description
    VariableNodeProperties.AllowNulls
    The AllowNulls Property is only used for DataVariables.
    VariableNodeProperties.DataTypeVersion
    Only 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.DictionaryFragment
    Only 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.EngineeringUnits
    Only used for DataVariables having a Number DataType.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]>
    DataTypeNodeProperties.EnumStrings
    The EnumStrings Property only applies for Enumeration DataTypes.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.EnumValueType[]>
    DataTypeNodeProperties.EnumValues
    The EnumValues Property only applies for Enumeration DataTypes.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>
    ObjectNodeProperties.Icon
    The 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.Icon
    The 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.InputArguments
    The 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.LocalTime
    The LocalTime Property is only used for DataVariables.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>
    VariableNodeProperties.MaxArrayLength
    Only 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.MaxStringLength
    Only used for DataVariables having a String DataType.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType>
    ObjectNodeProperties.NamingRule
    The NamingRule Property defines the NamingRule of a ModellingRule.
    DataTypeNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    MethodNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    ObjectNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    ObjectTypeNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    ReferenceTypeNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    VariableNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    VariableTypeNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    ViewNodeProperties.NodeVersion
    The NodeVersion Property is used to indicate the version of a Node.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]>
    DataTypeNodeProperties.OptionSetValues
    The OptionSetValues Property only applies for OptionSet DataTypes and UInteger DataTypes.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]>
    MethodNodeProperties.OutputArguments
    The OutputArguments Property specifies the result returned from the Method call.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>
    VariableNodeProperties.ValueAsText
    Only used for DataVariables having an Enumeration DataType.
    static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>
    ViewNodeProperties.ViewVersion
    The version number for the View.