com.prosysopc.ua.types.opcua
Interface LimitAlarmType
- All Superinterfaces:
- AcknowledgeableConditionType, AlarmConditionType, BaseEventType, BaseInstanceType, BaseObjectType, ConditionType, UaInstance, UaNode, UaObject
- All Known Subinterfaces:
- ExclusiveDeviationAlarmType, ExclusiveLevelAlarmType, ExclusiveLimitAlarmType, ExclusiveRateOfChangeAlarmType, NonExclusiveDeviationAlarmType, NonExclusiveLevelAlarmType, NonExclusiveLimitAlarmType, NonExclusiveRateOfChangeAlarmType
- All Known Implementing Classes:
- ExclusiveDeviationAlarmTypeImpl, ExclusiveDeviationAlarmTypeImplBase, ExclusiveDeviationAlarmTypeNode, ExclusiveDeviationAlarmTypeNodeBase, ExclusiveLevelAlarmTypeImpl, ExclusiveLevelAlarmTypeImplBase, ExclusiveLevelAlarmTypeNode, ExclusiveLevelAlarmTypeNodeBase, ExclusiveLimitAlarmTypeImpl, ExclusiveLimitAlarmTypeImplBase, ExclusiveLimitAlarmTypeNode, ExclusiveLimitAlarmTypeNodeBase, ExclusiveRateOfChangeAlarmTypeImpl, ExclusiveRateOfChangeAlarmTypeImplBase, ExclusiveRateOfChangeAlarmTypeNode, ExclusiveRateOfChangeAlarmTypeNodeBase, LimitAlarmTypeImpl, LimitAlarmTypeImplBase, LimitAlarmTypeNode, LimitAlarmTypeNodeBase, NonExclusiveDeviationAlarmTypeImpl, NonExclusiveDeviationAlarmTypeImplBase, NonExclusiveDeviationAlarmTypeNode, NonExclusiveDeviationAlarmTypeNodeBase, NonExclusiveLevelAlarmTypeImpl, NonExclusiveLevelAlarmTypeImplBase, NonExclusiveLevelAlarmTypeNode, NonExclusiveLevelAlarmTypeNodeBase, NonExclusiveLimitAlarmTypeImpl, NonExclusiveLimitAlarmTypeImplBase, NonExclusiveLimitAlarmTypeNode, NonExclusiveLimitAlarmTypeNodeBase, NonExclusiveRateOfChangeAlarmTypeImpl, NonExclusiveRateOfChangeAlarmTypeImplBase, NonExclusiveRateOfChangeAlarmTypeNode, NonExclusiveRateOfChangeAlarmTypeNodeBase
public interface LimitAlarmType
- extends AlarmConditionType
Generated on 2018-05-09 10:45:27
| Fields inherited from interface com.prosysopc.ua.types.opcua.ConditionType |
ADD_COMMENT, BRANCH_ID, CLIENT_USER_ID, COMMENT, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, DISABLE, ENABLE, LAST_SEVERITY, QUALITY, RETAIN |
| Methods inherited from interface com.prosysopc.ua.types.opcua.AlarmConditionType |
getActiveState, getActiveStateNode, getEnabledState, getEnabledStateNode, getInputNode, getInputNodeNode, getMaxTimeShelved, getMaxTimeShelvedNode, getShelvingStateNode, getSuppressedOrShelvedNode, getSuppressedState, getSuppressedStateNode, isSuppressedOrShelved, setActiveState, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState |
| Methods inherited from interface com.prosysopc.ua.types.opcua.ConditionType |
addComment, disable, enable, getAddCommentNode, getBranchId, getBranchIdNode, getClientUserId, getClientUserIdNode, getComment, getCommentNode, getConditionClassId, getConditionClassIdNode, getConditionClassName, getConditionClassNameNode, getConditionName, getConditionNameNode, getDisableNode, getEnableNode, getLastSeverity, getLastSeverityNode, getQuality, getQualityNode, getRetainNode, isRetain, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain |
| Methods inherited from interface com.prosysopc.ua.types.opcua.BaseEventType |
getEventId, getEventIdNode, getEventType, getEventTypeNode, getLocalTime, getLocalTimeNode, getMessage, getMessageNode, getReceiveTime, getReceiveTimeNode, getSeverity, getSeverityNode, getSourceName, getSourceNameNode, getSourceNode, getSourceNodeNode, getTime, getTimeNode, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime |
| 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 |
HIGH_HIGH_LIMIT
static final String HIGH_HIGH_LIMIT
- See Also:
- Constant Field Values
HIGH_LIMIT
static final String HIGH_LIMIT
- See Also:
- Constant Field Values
LOW_LIMIT
static final String LOW_LIMIT
- See Also:
- Constant Field Values
LOW_LOW_LIMIT
static final String LOW_LOW_LIMIT
- See Also:
- Constant Field Values
getHighHighLimitNode
UaProperty getHighHighLimitNode()
getHighHighLimit
Double getHighHighLimit()
setHighHighLimit
void setHighHighLimit(Double value)
throws StatusException
- Throws:
StatusException
getHighLimitNode
UaProperty getHighLimitNode()
getHighLimit
Double getHighLimit()
setHighLimit
void setHighLimit(Double value)
throws StatusException
- Throws:
StatusException
getLowLimitNode
UaProperty getLowLimitNode()
getLowLimit
Double getLowLimit()
setLowLimit
void setLowLimit(Double value)
throws StatusException
- Throws:
StatusException
getLowLowLimitNode
UaProperty getLowLowLimitNode()
getLowLowLimit
Double getLowLowLimit()
setLowLowLimit
void setLowLowLimit(Double value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.