com.prosysopc.ua.types.adi
Interface ProcessVariableType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, DataItemType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
ProcessVariableTypeImpl, ProcessVariableTypeImplBase, ProcessVariableTypeNode, ProcessVariableTypeNodeBase

public interface ProcessVariableType
extends DataItemType

Provides a stable address space view from the user point of view even if the ADI server address space changes, after the new configuration is loaded.

Generated on 2018-05-09 10:45:32


Field Summary
static String SOURCE_NAME
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.DataItemType
DEFINITION, VALUE_PRECISION
 
Method Summary
 List<? extends BaseVariableType> getSourceNameNodes()
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.DataItemType
getDefinition, getDefinitionNode, getValuePrecision, getValuePrecisionNode, setDefinition, setValuePrecision
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

SOURCE_NAME

static final String SOURCE_NAME
See Also:
Constant Field Values
Method Detail

getSourceNameNodes

List<? extends BaseVariableType> getSourceNameNodes()


Copyright © 2018. All rights reserved.