public class UaSimpleAttributeOperand extends Object
SimpleAttributeOperand. Instances can be obtained via the static
factory methods.| Modifier and Type | Method and Description |
|---|---|
SimpleAttributeOperand |
asSimpleAttributeOperand(NamespaceTable namespaceTable)
Returns the data of this object as a
SimpleAttributeOperand within the context of the
given NamespaceTable. |
boolean |
equals(Object obj) |
static UaSimpleAttributeOperand |
from(UaBrowseNamePath browsePathFromTypeDefinitionId,
UnsignedInteger attributeId)
Returns
UaSimpleAttributeOperand from the given BrowsePath and AttributeId. |
UnsignedInteger |
getAttributeId()
Returns the numeric id for the Attribute that should be used from the node (that is defined by
getBrowsePath(). |
UaBrowseNamePath |
getBrowsePath()
Returns the BrowsePath from the TypeDefinition to the node used for the operand.
|
int |
hashCode() |
String |
toString() |
public static UaSimpleAttributeOperand from(UaBrowseNamePath browsePathFromTypeDefinitionId, UnsignedInteger attributeId)
UaSimpleAttributeOperand from the given BrowsePath and AttributeId. Uses null
as the IndexRange.public SimpleAttributeOperand asSimpleAttributeOperand(NamespaceTable namespaceTable)
SimpleAttributeOperand within the context of the
given NamespaceTable.public UnsignedInteger getAttributeId()
getBrowsePath().public UaBrowseNamePath getBrowsePath()
Copyright © 2026. All rights reserved.