|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.DnFunction.Status
public static class DnFunction.Status
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 |
|---|
public static final int UNSPECIFIED_
public static final DnFunction.Status UNSPECIFIED
public static final int ON_
public static final DnFunction.Status ON
public static final int OFF_
public static final DnFunction.Status OFF
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final DnFunction.Status getStatus(int value)
Status for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||