Package org.eclipse.milo.opcua.sdk.core
Class QualifiedProperty<T>
java.lang.Object
org.eclipse.milo.opcua.sdk.core.QualifiedProperty<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[]org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeIdOptional<org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName>getQualifiedName(org.eclipse.milo.opcua.stack.core.NamespaceTable namespaceTable) Get theQualifiedNameof this property.inthashCode()toString()
-
Constructor Details
-
QualifiedProperty
-
-
Method Details
-
getNamespaceUri
-
getBrowseName
-
getDataType
public org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId getDataType() -
getValueRank
-
getJavaType
-
getArrayDimensions
public @Nullable org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] getArrayDimensions() -
getQualifiedName
public Optional<org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName> getQualifiedName(org.eclipse.milo.opcua.stack.core.NamespaceTable namespaceTable) Get theQualifiedNameof this property.The
namespaceUrimust be present innamespaceTableor an emptyOptionalwill be returned.- Parameters:
namespaceTable- theNamespaceTablecontaining the namespace URIs and their indices.- Returns:
- the
QualifiedNameof this property, or an emptyOptionalif the namespace URI is not present innamespaceTable.
-
toString
-
equals
-
hashCode
public int hashCode()
-