|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<App_Triggers.BEHAVIOR>
sidnet.stack.users.triggers_project.app.App_Triggers.BEHAVIOR
public static enum App_Triggers.BEHAVIOR
| Enum Constant Summary | |
|---|---|
ROOT_CENTRIC
|
|
SINK_CENTRIC
|
|
| Method Summary | |
|---|---|
static App_Triggers.BEHAVIOR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static App_Triggers.BEHAVIOR[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final App_Triggers.BEHAVIOR ROOT_CENTRIC
public static final App_Triggers.BEHAVIOR SINK_CENTRIC
| Method Detail |
|---|
public static final App_Triggers.BEHAVIOR[] values()
for(App_Triggers.BEHAVIOR c : App_Triggers.BEHAVIOR.values())
System.out.println(c);
public static App_Triggers.BEHAVIOR valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||