com.prosysopc.ua.types.di
Interface BlockType

All Superinterfaces:
BaseInstanceType, BaseObjectType, TopologyElementType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
CtrlFunctionBlockType, CtrlProgramOrganizationUnitType, CtrlProgramType
All Known Implementing Classes:
BlockTypeImpl, BlockTypeImplBase, BlockTypeNode, BlockTypeNodeBase, CtrlFunctionBlockTypeImpl, CtrlFunctionBlockTypeImplBase, CtrlFunctionBlockTypeNode, CtrlFunctionBlockTypeNodeBase, CtrlProgramOrganizationUnitTypeImpl, CtrlProgramOrganizationUnitTypeImplBase, CtrlProgramOrganizationUnitTypeNode, CtrlProgramOrganizationUnitTypeNodeBase, CtrlProgramTypeImpl, CtrlProgramTypeImplBase, CtrlProgramTypeNode, CtrlProgramTypeNodeBase

public interface BlockType
extends TopologyElementType

Adds the concept of Blocks needed for block-oriented FieldDevices

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


Field Summary
static String ACTUAL_MODE
           
static String NORMAL_MODE
           
static String PERMITTED_MODE
           
static String REVISION_COUNTER
           
static String TARGET_MODE
           
 
Fields inherited from interface com.prosysopc.ua.types.di.TopologyElementType
GROUP_IDENTIFIER, IDENTIFICATION, LOCK, METHOD_SET, PARAMETER_SET
 
Method Summary
 org.opcfoundation.ua.builtintypes.LocalizedText getActualMode()
           
 UaProperty getActualModeNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText[] getNormalMode()
           
 UaProperty getNormalModeNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText[] getPermittedMode()
           
 UaProperty getPermittedModeNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRevisionCounter()
           
 UaProperty getRevisionCounterNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText[] getTargetMode()
           
 UaProperty getTargetModeNode()
           
 void setActualMode(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setNormalMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void setPermittedMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void setRevisionCounter(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setTargetMode(org.opcfoundation.ua.builtintypes.LocalizedText[] 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

REVISION_COUNTER

static final String REVISION_COUNTER
See Also:
Constant Field Values

ACTUAL_MODE

static final String ACTUAL_MODE
See Also:
Constant Field Values

PERMITTED_MODE

static final String PERMITTED_MODE
See Also:
Constant Field Values

NORMAL_MODE

static final String NORMAL_MODE
See Also:
Constant Field Values

TARGET_MODE

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

getRevisionCounterNode

UaProperty getRevisionCounterNode()

getRevisionCounter

org.opcfoundation.ua.builtintypes.UnsignedInteger getRevisionCounter()

setRevisionCounter

void setRevisionCounter(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                        throws StatusException
Throws:
StatusException

getActualModeNode

UaProperty getActualModeNode()

getActualMode

org.opcfoundation.ua.builtintypes.LocalizedText getActualMode()

setActualMode

void setActualMode(org.opcfoundation.ua.builtintypes.LocalizedText value)
                   throws StatusException
Throws:
StatusException

getPermittedModeNode

UaProperty getPermittedModeNode()

getPermittedMode

org.opcfoundation.ua.builtintypes.LocalizedText[] getPermittedMode()

setPermittedMode

void setPermittedMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
                      throws StatusException
Throws:
StatusException

getNormalModeNode

UaProperty getNormalModeNode()

getNormalMode

org.opcfoundation.ua.builtintypes.LocalizedText[] getNormalMode()

setNormalMode

void setNormalMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
                   throws StatusException
Throws:
StatusException

getTargetModeNode

UaProperty getTargetModeNode()

getTargetMode

org.opcfoundation.ua.builtintypes.LocalizedText[] getTargetMode()

setTargetMode

void setTargetMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
                   throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.