|
|||||||||
| 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.Type
public static class DnFunction.Type
Enum for the available features or DN functions.
| Field Summary | |
|---|---|
static DnFunction.Type |
DND
Do not disturb. |
static int |
DND_
Do not disturb. |
static DnFunction.Type |
FORWARD
Forward. |
static int |
FORWARD_
Forward. |
static DnFunction.Type |
HOOK
Hook state. |
static int |
HOOK_
Hook state. |
static int |
MAX
The maximum number of functions. |
static DnFunction.Type |
UNSPECIFIED
The feature is unspecified. |
static int |
UNSPECIFIED_
The feature is unspecified. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static DnFunction.Type |
getType(int value)
Returns the Type for this value. |
static int |
max()
The maximum number of functions. |
| 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.Type UNSPECIFIED
public static final int DND_
public static final DnFunction.Type DND
public static final int HOOK_
public static final DnFunction.Type HOOK
public static final int FORWARD_
public static final DnFunction.Type FORWARD
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final DnFunction.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||