com.prosysopc.ua.types.opcua
Interface TransitionVariableType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Subinterfaces:
FiniteTransitionVariableType
All Known Implementing Classes:
FiniteTransitionVariableTypeImpl, FiniteTransitionVariableTypeImplBase, FiniteTransitionVariableTypeNode, FiniteTransitionVariableTypeNodeBase, TransitionVariableTypeImpl, TransitionVariableTypeImplBase, TransitionVariableTypeNode, TransitionVariableTypeNodeBase

public interface TransitionVariableType
extends BaseDataVariableType

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


Field Summary
static String EFFECTIVE_TRANSITION_TIME
           
static String ID
           
static String NAME
           
static String NUMBER
           
static String TRANSITION_TIME
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.DateTime getEffectiveTransitionTime()
           
 UaProperty getEffectiveTransitionTimeNode()
           
 Object getId()
           
 UaProperty getIdNode()
           
 org.opcfoundation.ua.builtintypes.QualifiedName getName()
           
 UaProperty getNameNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getNumber()
           
 UaProperty getNumberNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getTransitionTime()
           
 UaProperty getTransitionTimeNode()
           
 void setEffectiveTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setId(Object value)
           
 void setName(org.opcfoundation.ua.builtintypes.QualifiedName value)
           
 void setNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
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

ID

static final String ID
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

NUMBER

static final String NUMBER
See Also:
Constant Field Values

TRANSITION_TIME

static final String TRANSITION_TIME
See Also:
Constant Field Values

EFFECTIVE_TRANSITION_TIME

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

getIdNode

UaProperty getIdNode()

getId

Object getId()

setId

void setId(Object value)
           throws StatusException
Throws:
StatusException

getNameNode

UaProperty getNameNode()

getName

org.opcfoundation.ua.builtintypes.QualifiedName getName()

setName

void setName(org.opcfoundation.ua.builtintypes.QualifiedName value)
             throws StatusException
Throws:
StatusException

getNumberNode

UaProperty getNumberNode()

getNumber

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

setNumber

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

getTransitionTimeNode

UaProperty getTransitionTimeNode()

getTransitionTime

org.opcfoundation.ua.builtintypes.DateTime getTransitionTime()

setTransitionTime

void setTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
                       throws StatusException
Throws:
StatusException

getEffectiveTransitionTimeNode

UaProperty getEffectiveTransitionTimeNode()

getEffectiveTransitionTime

org.opcfoundation.ua.builtintypes.DateTime getEffectiveTransitionTime()

setEffectiveTransitionTime

void setEffectiveTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
                                throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.