com.prosysopc.ua.types.opcua.server
Enum ExclusiveLimitState

java.lang.Object
  extended by java.lang.Enum<ExclusiveLimitState>
      extended by 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.


Enum Constant Summary
High
           
HighHigh
           
Low
           
LowLow
           
None
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.NodeId getNodeId()
           
static ExclusiveLimitState valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExclusiveLimitState[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.