|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MainController.Views> org.bibalex.daf.managers.MainController.Views
public static enum MainController.Views
An enumeration listing the different views in the system.
Enum Constant Summary | |
---|---|
AdminManager
The Administration View. |
|
ArchivingManager
The Archiving Manager View. |
|
CheckInManager
The Check-In Manager View. |
|
PhaseManager
The Phase Manager View. |
|
ReportingManager
The Reporting Manager View. |
Method Summary | |
---|---|
static MainController.Views |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MainController.Views[] |
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 MainController.Views PhaseManager
public static final MainController.Views AdminManager
public static final MainController.Views ReportingManager
public static final MainController.Views CheckInManager
public static final MainController.Views ArchivingManager
Method Detail |
---|
public static final MainController.Views[] values()
for(MainController.Views c : MainController.Views.values()) System.out.println(c);
public static MainController.Views 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 |