com.prosysopc.ua.types.opcua.server
Enum ExclusiveLimitState
java.lang.Object
java.lang.Enum<ExclusiveLimitState>
com.prosysopc.ua.types.opcua.server.ExclusiveLimitState
- All Implemented Interfaces:
- Serializable, Comparable<ExclusiveLimitState>
public enum ExclusiveLimitState
- extends Enum<ExclusiveLimitState>
The ExclusiveLimitStateMachineType defines the state machine used by AlarmTypes that handle
multiple mutually exclusive limits.
High
public static final ExclusiveLimitState High
HighHigh
public static final ExclusiveLimitState HighHigh
Low
public static final ExclusiveLimitState Low
LowLow
public static final ExclusiveLimitState LowLow
None
public static final ExclusiveLimitState None
values
public static ExclusiveLimitState[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ExclusiveLimitState c : ExclusiveLimitState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ExclusiveLimitState valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getNodeId
public org.opcfoundation.ua.builtintypes.NodeId getNodeId()
- Returns:
- the nodeId of the State
Copyright © 2018. All rights reserved.