public class ReflectiveInstanceProperty extends ReflectiveInstanceVariable implements UaProperty
ReflectiveInstanceVariable.
Will define a property instead of a data variable, whose value is retrieved using a method callback.
UaNode.ParameterscallbackeventListeners, INITIALIZATION_TIME, nodeManager, supportedAttributesMap| Constructor and Description |
|---|
ReflectiveInstanceProperty(NodeManagerUaNode nodeManager,
NodeId nodeId,
Object source,
String propertyName,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
ReflectiveInstanceProperty(NodeManagerUaNode nodeManager,
NodeId nodeId,
Object source,
String propertyName,
UaVariable instanceDeclaration)
Create a new node, referring to an instance declaration node.
|
exposeStructureWithReflectiveVariables, getDataTypedoSetValue, getCallback, getValue, setCallbackaddReference, beforeAddReference, deleteReference, getAccessLevel, getArrayDimensions, getAttributes, getAttributesMap, getBrowseName, getComponent, getComponents, getDataTypeId, getDescription, getDisplayName, getHistorizing, getMethod, getMinimumSamplingInterval, getNodeClass, getNodeVersionNode, getProperties, getProperty, getPropertyTypeNode, getReference, getReferencesAsList, getStatus, getTypeDefinition, getTypeDefinitionId, getTypeDefinitionReference, getUserAccessLevel, getUserWriteMask, getValueRank, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAccessLevel, setArrayDimensions, setAttribute, setAttributes, setBrowseName, setDataType, setDataTypeId, setDescription, setDisplayName, setHistorizing, setMinimumSamplingInterval, setReferences, setStatus, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId, setUserAccessLevel, setUserWriteMask, setValue, setValue, setValueRank, setWriteMask, writeAttributeaddComponent, addDataChangeListener, addEventListener, addNewReference, addNewReference, addOrganizes, addProperties, addProperty, addReference, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, dataChange, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, doDeleteReference, equals, findPlaceholders, fireDataChange, fireEvent, fireEventInParents, getAddressSpace, getDefaultBrowseName, getNodeId, getNodeManager, getNodeSetExtensions, getReferenceList, getReferences, getSupportedAttributes, getTargetNodes, getUaNodeId, hashCode, hasReference, initSupportedAttributes, isAddNotifierReferencesToServerObject, isFalseOrNull, isMandatory, isMonitoredForEvents, isTrueOrNull, isType, referenceTypeInherits, removeDataChangeListener, removeEventListener, setAddNotifierReferencesToServerObject, setNodeSetExtensions, supportsAttribute, toString, translateBrowsePathToNodeIds, validateHasEventSourceChain, validateHasEventSourceChain, writeAttributeValuegetForwardReferences, getInverseReferences, getReferences, getReferences, getUserData, referenceTypeInherits, setUserDataclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevelgetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdgetArrayDimensions, getDataType, getDataTypeId, getValue, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValue, setValueRankaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributepublic ReflectiveInstanceProperty(NodeManagerUaNode nodeManager, NodeId nodeId, Object source, String propertyName, NodeId instanceDeclarationId) throws SecurityException, NoSuchMethodException, StatusException
nodeManager - The node manager to which the node is created.nodeId - The ID of the new node.source - the node, whose property is wrapped using reflectionpropertyName - the name of the wrapped property - parent must have a getPropertyName and
optionally also a setPropertyName method. The propertyName is used as the BrowseName and
DisplayName of the property node.instanceDeclarationId - The ID of the instance declaration node, which this node is
referring to. I.e. the same variable or property as this one, but under the type,
instead of the instance.StatusException - if instanceDeclarationId cannot be converted to a variable nodeNoSuchMethodException - if the getter for the defined property does not existSecurityException - if the getter for the defined property cannot be accessedpublic ReflectiveInstanceProperty(NodeManagerUaNode nodeManager, NodeId nodeId, Object source, String propertyName, UaVariable instanceDeclaration) throws SecurityException, NoSuchMethodException
nodeManager - The node manager to which the node is created.nodeId - The ID of the new node.source - the node, whose property is wrapped using reflectionpropertyName - the name of the wrapped property - parent must have a getPropertyName and
optionally also a setPropertyName method. The propertyName is used as the BrowseName and
DisplayName of the property node.instanceDeclaration - The instance declaration node, which this node is referring to. I.e.
the same variable or property as this one, but under the type, instead of the instance.NoSuchMethodException - if the getter for the defined property does not existSecurityException - if the getter for the defined property cannot be accessedCopyright © 2026. All rights reserved.