com.prosysopc.ua.types.adi
Interface StreamType

All Superinterfaces:
BaseInstanceType, BaseObjectType, TopologyElementType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AcousticSpectrometerDeviceStreamType, ChromatographDeviceStreamType, MassSpectrometerDeviceStreamType, MNRDeviceStreamType, ParticleSizeMonitorDeviceStreamType, SpectrometerDeviceStreamType
All Known Implementing Classes:
AcousticSpectrometerDeviceStreamTypeImpl, AcousticSpectrometerDeviceStreamTypeImplBase, AcousticSpectrometerDeviceStreamTypeNode, AcousticSpectrometerDeviceStreamTypeNodeBase, ChromatographDeviceStreamTypeImpl, ChromatographDeviceStreamTypeImplBase, ChromatographDeviceStreamTypeNode, ChromatographDeviceStreamTypeNodeBase, MassSpectrometerDeviceStreamTypeImpl, MassSpectrometerDeviceStreamTypeImplBase, MassSpectrometerDeviceStreamTypeNode, MassSpectrometerDeviceStreamTypeNodeBase, MNRDeviceStreamTypeImpl, MNRDeviceStreamTypeImplBase, MNRDeviceStreamTypeNode, MNRDeviceStreamTypeNodeBase, ParticleSizeMonitorDeviceStreamTypeImpl, ParticleSizeMonitorDeviceStreamTypeImplBase, ParticleSizeMonitorDeviceStreamTypeNode, ParticleSizeMonitorDeviceStreamTypeNodeBase, SpectrometerDeviceStreamTypeImpl, SpectrometerDeviceStreamTypeImplBase, SpectrometerDeviceStreamTypeNode, SpectrometerDeviceStreamTypeNodeBase, StreamTypeImpl, StreamTypeImplBase, StreamTypeNode, StreamTypeNodeBase

public interface StreamType
extends TopologyElementType

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


Field Summary
static String ACQUISITION_DATA
           
static String ACQUISITION_SETTINGS
           
static String ACQUISITION_STATUS
           
static String CHEMOMETRIC_MODEL_SETTINGS
           
static String CONFIGURATION
           
static String CONTEXT
           
static String GROUP_IDENTIFIER
           
static String PARAMETER_SET
           
static String STATUS
           
 
Fields inherited from interface com.prosysopc.ua.types.di.TopologyElementType
IDENTIFICATION, LOCK, METHOD_SET
 
Method Summary
 FunctionalGroupType getAcquisitionDataNode()
           
 FunctionalGroupType getAcquisitionSettingsNode()
           
 FunctionalGroupType getAcquisitionStatusNode()
           
 FunctionalGroupType getChemometricModelSettingsNode()
           
 FunctionalGroupType getConfigurationNode()
           
 FunctionalGroupType getContextNode()
           
 BaseObjectType getParameterSetNode()
           
 FunctionalGroupType getStatusNode()
           
 
Methods inherited from interface com.prosysopc.ua.types.di.TopologyElementType
getIdentificationNode, getLockNode, getMethodSetNode
 
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

GROUP_IDENTIFIER

static final String GROUP_IDENTIFIER
See Also:
Constant Field Values

CONFIGURATION

static final String CONFIGURATION
See Also:
Constant Field Values

STATUS

static final String STATUS
See Also:
Constant Field Values

ACQUISITION_SETTINGS

static final String ACQUISITION_SETTINGS
See Also:
Constant Field Values

ACQUISITION_STATUS

static final String ACQUISITION_STATUS
See Also:
Constant Field Values

ACQUISITION_DATA

static final String ACQUISITION_DATA
See Also:
Constant Field Values

CHEMOMETRIC_MODEL_SETTINGS

static final String CHEMOMETRIC_MODEL_SETTINGS
See Also:
Constant Field Values

CONTEXT

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

getParameterSetNode

BaseObjectType getParameterSetNode()
Specified by:
getParameterSetNode in interface TopologyElementType

getConfigurationNode

FunctionalGroupType getConfigurationNode()

getStatusNode

FunctionalGroupType getStatusNode()

getAcquisitionSettingsNode

FunctionalGroupType getAcquisitionSettingsNode()

getAcquisitionStatusNode

FunctionalGroupType getAcquisitionStatusNode()

getAcquisitionDataNode

FunctionalGroupType getAcquisitionDataNode()

getChemometricModelSettingsNode

FunctionalGroupType getChemometricModelSettingsNode()

getContextNode

FunctionalGroupType getContextNode()


Copyright © 2018. All rights reserved.