com.prosysopc.ua.types.di
Interface TopologyElementType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AccessoryType, AcousticSpectrometerDeviceStreamType, AcousticSpectrometerDeviceType, AnalyserChannelType, AnalyserDeviceType, BlockType, ChromatographDeviceStreamType, ChromatographDeviceType, ConnectionPointType, CtrlConfigurationType, CtrlFunctionBlockType, CtrlProgramOrganizationUnitType, CtrlProgramType, CtrlResourceType, DetectorType, DeviceType, GcOvenType, MassSpectrometerDeviceStreamType, MassSpectrometerDeviceType, MNRDeviceStreamType, NMRDeviceType, ParticleSizeMonitorDeviceStreamType, ParticleSizeMonitorDeviceType, SmartSamplingSystemType, SourceType, SpectrometerDeviceStreamType, SpectrometerDeviceType, StreamType
All Known Implementing Classes:
AccessoryTypeImpl, AccessoryTypeImplBase, AccessoryTypeNode, AccessoryTypeNodeBase, AcousticSpectrometerDeviceStreamTypeImpl, AcousticSpectrometerDeviceStreamTypeImplBase, AcousticSpectrometerDeviceStreamTypeNode, AcousticSpectrometerDeviceStreamTypeNodeBase, AcousticSpectrometerDeviceTypeImpl, AcousticSpectrometerDeviceTypeImplBase, AcousticSpectrometerDeviceTypeNode, AcousticSpectrometerDeviceTypeNodeBase, AnalyserChannelTypeImpl, AnalyserChannelTypeImplBase, AnalyserChannelTypeNode, AnalyserChannelTypeNodeBase, AnalyserDeviceTypeImpl, AnalyserDeviceTypeImplBase, AnalyserDeviceTypeNode, AnalyserDeviceTypeNodeBase, BlockTypeImpl, BlockTypeImplBase, BlockTypeNode, BlockTypeNodeBase, ChromatographDeviceStreamTypeImpl, ChromatographDeviceStreamTypeImplBase, ChromatographDeviceStreamTypeNode, ChromatographDeviceStreamTypeNodeBase, ChromatographDeviceTypeImpl, ChromatographDeviceTypeImplBase, ChromatographDeviceTypeNode, ChromatographDeviceTypeNodeBase, ConnectionPointTypeImpl, ConnectionPointTypeImplBase, ConnectionPointTypeNode, ConnectionPointTypeNodeBase, CtrlConfigurationTypeImpl, CtrlConfigurationTypeImplBase, CtrlConfigurationTypeNode, CtrlConfigurationTypeNodeBase, CtrlFunctionBlockTypeImpl, CtrlFunctionBlockTypeImplBase, CtrlFunctionBlockTypeNode, CtrlFunctionBlockTypeNodeBase, CtrlProgramOrganizationUnitTypeImpl, CtrlProgramOrganizationUnitTypeImplBase, CtrlProgramOrganizationUnitTypeNode, CtrlProgramOrganizationUnitTypeNodeBase, CtrlProgramTypeImpl, CtrlProgramTypeImplBase, CtrlProgramTypeNode, CtrlProgramTypeNodeBase, CtrlResourceTypeImpl, CtrlResourceTypeImplBase, CtrlResourceTypeNode, CtrlResourceTypeNodeBase, DetectorTypeImpl, DetectorTypeImplBase, DetectorTypeNode, DetectorTypeNodeBase, DeviceTypeImpl, DeviceTypeImplBase, DeviceTypeNode, DeviceTypeNodeBase, GcOvenTypeImpl, GcOvenTypeImplBase, GcOvenTypeNode, GcOvenTypeNodeBase, MassSpectrometerDeviceStreamTypeImpl, MassSpectrometerDeviceStreamTypeImplBase, MassSpectrometerDeviceStreamTypeNode, MassSpectrometerDeviceStreamTypeNodeBase, MassSpectrometerDeviceTypeImpl, MassSpectrometerDeviceTypeImplBase, MassSpectrometerDeviceTypeNode, MassSpectrometerDeviceTypeNodeBase, MNRDeviceStreamTypeImpl, MNRDeviceStreamTypeImplBase, MNRDeviceStreamTypeNode, MNRDeviceStreamTypeNodeBase, NMRDeviceTypeImpl, NMRDeviceTypeImplBase, NMRDeviceTypeNode, NMRDeviceTypeNodeBase, ParticleSizeMonitorDeviceStreamTypeImpl, ParticleSizeMonitorDeviceStreamTypeImplBase, ParticleSizeMonitorDeviceStreamTypeNode, ParticleSizeMonitorDeviceStreamTypeNodeBase, ParticleSizeMonitorDeviceTypeImpl, ParticleSizeMonitorDeviceTypeImplBase, ParticleSizeMonitorDeviceTypeNode, ParticleSizeMonitorDeviceTypeNodeBase, SmartSamplingSystemTypeImpl, SmartSamplingSystemTypeImplBase, SmartSamplingSystemTypeNode, SmartSamplingSystemTypeNodeBase, SourceTypeImpl, SourceTypeImplBase, SourceTypeNode, SourceTypeNodeBase, SpectrometerDeviceStreamTypeImpl, SpectrometerDeviceStreamTypeImplBase, SpectrometerDeviceStreamTypeNode, SpectrometerDeviceStreamTypeNodeBase, SpectrometerDeviceTypeImpl, SpectrometerDeviceTypeImplBase, SpectrometerDeviceTypeNode, SpectrometerDeviceTypeNodeBase, StreamTypeImpl, StreamTypeImplBase, StreamTypeNode, StreamTypeNodeBase, TopologyElementTypeImpl, TopologyElementTypeImplBase, TopologyElementTypeNode, TopologyElementTypeNodeBase

public interface TopologyElementType
extends BaseObjectType

Defines the basic information components for all configurable elements in a device topology

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


Field Summary
static String GROUP_IDENTIFIER
           
static String IDENTIFICATION
           
static String LOCK
           
static String METHOD_SET
           
static String PARAMETER_SET
           
 
Method Summary
 FunctionalGroupType getIdentificationNode()
           
 LockingServicesType getLockNode()
           
 BaseObjectType getMethodSetNode()
           
 BaseObjectType getParameterSetNode()
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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

PARAMETER_SET

static final String PARAMETER_SET
See Also:
Constant Field Values

METHOD_SET

static final String METHOD_SET
See Also:
Constant Field Values

GROUP_IDENTIFIER

static final String GROUP_IDENTIFIER
See Also:
Constant Field Values

IDENTIFICATION

static final String IDENTIFICATION
See Also:
Constant Field Values

LOCK

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

getParameterSetNode

BaseObjectType getParameterSetNode()

getMethodSetNode

BaseObjectType getMethodSetNode()

getIdentificationNode

FunctionalGroupType getIdentificationNode()

getLockNode

LockingServicesType getLockNode()


Copyright © 2018. All rights reserved.