com.prosysopc.ua.types.plc
Interface CtrlConfigurationType

All Superinterfaces:
BaseInstanceType, BaseObjectType, DeviceType, TopologyElementType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
CtrlConfigurationTypeImpl, CtrlConfigurationTypeImplBase, CtrlConfigurationTypeNode, CtrlConfigurationTypeNodeBase

public interface CtrlConfigurationType
extends DeviceType

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


Field Summary
static String ACCESS_VARS
           
static String CONFIG_VARS
           
static String CONFIGURATION
           
static String DIAGNOSTIC
           
static String GLOBAL_VARS
           
static String METHOD_SET
           
static String RESOURCES
           
 
Fields inherited from interface com.prosysopc.ua.types.di.DeviceType
C_P_IDENTIFIER, DEVICE_CLASS, DEVICE_HEALTH, DEVICE_MANUAL, DEVICE_REVISION, DEVICE_TYPE_IMAGE, DOCUMENTATION, HARDWARE_REVISION, IMAGE_SET, MANUFACTURER, MODEL, PROTOCOL_SUPPORT, REVISION_COUNTER, SERIAL_NUMBER, SOFTWARE_REVISION
 
Fields inherited from interface com.prosysopc.ua.types.di.TopologyElementType
GROUP_IDENTIFIER, IDENTIFICATION, LOCK, PARAMETER_SET
 
Method Summary
 FunctionalGroupType getAccessVarsNode()
           
 FunctionalGroupType getConfigurationNode()
           
 FunctionalGroupType getConfigVarsNode()
           
 FunctionalGroupType getDiagnosticNode()
           
 FunctionalGroupType getGlobalVarsNode()
           
 BaseObjectType getMethodSetNode()
           
 ConfigurableObjectType getResourcesNode()
           
 
Methods inherited from interface com.prosysopc.ua.types.di.DeviceType
getDeviceClass, getDeviceClassNode, getDeviceHealth, getDeviceHealthNode, getDeviceManual, getDeviceManualNode, getDeviceRevision, getDeviceRevisionNode, getDeviceTypeImageNode, getDocumentationNode, getHardwareRevision, getHardwareRevisionNode, getImageSetNode, getManufacturer, getManufacturerNode, getModel, getModelNode, getProtocolSupportNode, getRevisionCounter, getRevisionCounterNode, getSerialNumber, getSerialNumberNode, getSoftwareRevision, getSoftwareRevisionNode, setDeviceClass, setDeviceHealth, setDeviceManual, setDeviceRevision, setHardwareRevision, setManufacturer, setModel, setRevisionCounter, setSerialNumber, setSoftwareRevision
 
Methods inherited from interface com.prosysopc.ua.types.di.TopologyElementType
getIdentificationNode, getLockNode, 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

METHOD_SET

static final String METHOD_SET
See Also:
Constant Field Values

RESOURCES

static final String RESOURCES
See Also:
Constant Field Values

GLOBAL_VARS

static final String GLOBAL_VARS
See Also:
Constant Field Values

ACCESS_VARS

static final String ACCESS_VARS
See Also:
Constant Field Values

CONFIG_VARS

static final String CONFIG_VARS
See Also:
Constant Field Values

CONFIGURATION

static final String CONFIGURATION
See Also:
Constant Field Values

DIAGNOSTIC

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

getMethodSetNode

BaseObjectType getMethodSetNode()
Specified by:
getMethodSetNode in interface TopologyElementType

getResourcesNode

ConfigurableObjectType getResourcesNode()

getGlobalVarsNode

FunctionalGroupType getGlobalVarsNode()

getAccessVarsNode

FunctionalGroupType getAccessVarsNode()

getConfigVarsNode

FunctionalGroupType getConfigVarsNode()

getConfigurationNode

FunctionalGroupType getConfigurationNode()

getDiagnosticNode

FunctionalGroupType getDiagnosticNode()


Copyright © 2018. All rights reserved.