com.prosysopc.ua.types.opcua
Interface TwoStateVariableType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, StateVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- TwoStateVariableTypeImpl, TwoStateVariableTypeImplBase, TwoStateVariableTypeNode, TwoStateVariableTypeNodeBase
public interface TwoStateVariableType
- extends StateVariableType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.types.opcua.StateVariableType |
getEffectiveDisplayName, getEffectiveDisplayNameNode, getId, getName, getNameNode, getNumber, getNumberNode, setEffectiveDisplayName, setId, setName, setNumber |
| 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 |
ID
static final String ID
- 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
TRUE_STATE
static final String TRUE_STATE
- See Also:
- Constant Field Values
FALSE_STATE
static final String FALSE_STATE
- See Also:
- Constant Field Values
getIdNode
UaProperty getIdNode()
- Specified by:
getIdNode in interface StateVariableType
isId
Boolean isId()
setId
void setId(Boolean 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
getTrueStateNode
UaProperty getTrueStateNode()
getTrueState
org.opcfoundation.ua.builtintypes.LocalizedText getTrueState()
setTrueState
void setTrueState(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Throws:
StatusException
getFalseStateNode
UaProperty getFalseStateNode()
getFalseState
org.opcfoundation.ua.builtintypes.LocalizedText getFalseState()
setFalseState
void setFalseState(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.