com.genesyslab.ail
Class DnFunction.Status

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.DnFunction.Status
Enclosing interface:
DnFunction

public static class DnFunction.Status
extends Enum

Enum for the status of the feature.


Field Summary
static int MAX
          The maximum number of statuses.
static DnFunction.Status OFF
          The feature is not activated.
static int OFF_
          The feature is not activated.
static DnFunction.Status ON
          The feature is activated.
static int ON_
          The feature is activated.
static DnFunction.Status UNSPECIFIED
          The status could not be determined due to lack of information coming from the switch.
static int UNSPECIFIED_
          The status could not be determined due to lack of information coming from the switch.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static DnFunction.Status getStatus(int value)
          Returns the Status for this value.
static int max()
          The maximum number of statuses.
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSPECIFIED_

public static final int UNSPECIFIED_
The status could not be determined due to lack of information coming from the switch.

See Also:
Constant Field Values

UNSPECIFIED

public static final DnFunction.Status UNSPECIFIED
The status could not be determined due to lack of information coming from the switch.


ON_

public static final int ON_
The feature is activated.

See Also:
Constant Field Values

ON

public static final DnFunction.Status ON
The feature is activated.


OFF_

public static final int OFF_
The feature is not activated.

See Also:
Constant Field Values

OFF

public static final DnFunction.Status OFF
The feature is not activated.


MAX

public static final int MAX
The maximum number of statuses.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of statuses.


getStatus

public static final DnFunction.Status getStatus(int value)
Returns the Status for this value.