com.prosysopc.ua.types.adi
Interface AccessoryType

All Superinterfaces:
BaseInstanceType, BaseObjectType, TopologyElementType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
DetectorType, GcOvenType, SmartSamplingSystemType, SourceType
All Known Implementing Classes:
AccessoryTypeImpl, AccessoryTypeImplBase, AccessoryTypeNode, AccessoryTypeNodeBase, DetectorTypeImpl, DetectorTypeImplBase, DetectorTypeNode, DetectorTypeNodeBase, GcOvenTypeImpl, GcOvenTypeImplBase, GcOvenTypeNode, GcOvenTypeNodeBase, SmartSamplingSystemTypeImpl, SmartSamplingSystemTypeImplBase, SmartSamplingSystemTypeNode, SmartSamplingSystemTypeNodeBase, SourceTypeImpl, SourceTypeImplBase, SourceTypeNode, SourceTypeNodeBase

public interface AccessoryType
extends TopologyElementType

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


Field Summary
static String CONFIGURATION
           
static String FACTORY_SETTINGS
           
static String IS_HOT_SWAPPABLE
           
static String IS_READY
           
static String STATUS
           
 
Fields inherited from interface com.prosysopc.ua.types.di.TopologyElementType
GROUP_IDENTIFIER, IDENTIFICATION, LOCK, METHOD_SET, PARAMETER_SET
 
Method Summary
 FunctionalGroupType getConfigurationNode()
           
 FunctionalGroupType getFactorySettingsNode()
           
 UaProperty getIsHotSwappableNode()
           
 UaProperty getIsReadyNode()
           
 FunctionalGroupType getStatusNode()
           
 Boolean isIsHotSwappable()
           
 Boolean isIsReady()
           
 void setIsHotSwappable(Boolean value)
           
 void setIsReady(Boolean value)
           
 
Methods inherited from interface com.prosysopc.ua.types.di.TopologyElementType
getIdentificationNode, getLockNode, getMethodSetNode, 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

IS_HOT_SWAPPABLE

static final String IS_HOT_SWAPPABLE
See Also:
Constant Field Values

IS_READY

static final String IS_READY
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

FACTORY_SETTINGS

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

getIsHotSwappableNode

UaProperty getIsHotSwappableNode()

isIsHotSwappable

Boolean isIsHotSwappable()

setIsHotSwappable

void setIsHotSwappable(Boolean value)
                       throws StatusException
Throws:
StatusException

getIsReadyNode

UaProperty getIsReadyNode()

isIsReady

Boolean isIsReady()

setIsReady

void setIsReady(Boolean value)
                throws StatusException
Throws:
StatusException

getConfigurationNode

FunctionalGroupType getConfigurationNode()

getStatusNode

FunctionalGroupType getStatusNode()

getFactorySettingsNode

FunctionalGroupType getFactorySettingsNode()


Copyright © 2018. All rights reserved.