com.prosysopc.ua.types.opcua
Interface StateType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AnalyserChannelLocalStateType, AnalyserChannelMaintenanceStateType, AnalyserChannelOperatingExecuteStateType, AnalyserChannelOperatingStateType, InitialStateType
All Known Implementing Classes:
AnalyserChannelLocalStateTypeImpl, AnalyserChannelLocalStateTypeImplBase, AnalyserChannelLocalStateTypeNode, AnalyserChannelLocalStateTypeNodeBase, AnalyserChannelMaintenanceStateTypeImpl, AnalyserChannelMaintenanceStateTypeImplBase, AnalyserChannelMaintenanceStateTypeNode, AnalyserChannelMaintenanceStateTypeNodeBase, AnalyserChannelOperatingExecuteStateTypeImpl, AnalyserChannelOperatingExecuteStateTypeImplBase, AnalyserChannelOperatingExecuteStateTypeNode, AnalyserChannelOperatingExecuteStateTypeNodeBase, AnalyserChannelOperatingStateTypeImpl, AnalyserChannelOperatingStateTypeImplBase, AnalyserChannelOperatingStateTypeNode, AnalyserChannelOperatingStateTypeNodeBase, InitialStateTypeImpl, InitialStateTypeImplBase, InitialStateTypeNode, InitialStateTypeNodeBase, StateTypeImpl, StateTypeImplBase, StateTypeNode, StateTypeNodeBase

public interface StateType
extends BaseObjectType

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


Field Summary
static String STATE_NUMBER
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.UnsignedInteger getStateNumber()
           
 UaProperty getStateNumberNode()
           
 void setStateNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 
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

STATE_NUMBER

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

getStateNumberNode

UaProperty getStateNumberNode()

getStateNumber

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

setStateNumber

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


Copyright © 2018. All rights reserved.