|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<UserModelAndView.UserViewSpecification>
com.hack23.cia.web.impl.ui.viewfactory.api.user.UserModelAndView.UserViewSpecification
public static enum UserModelAndView.UserViewSpecification
The Enum UserViewSpecification.
| Enum Constant Summary | |
|---|---|
LoginView
The Login view. |
|
LogoutView
The Logout view. |
|
UserHistoryView
The User history view. |
|
UserHomeView
The User home view. |
|
WelcomePageView
The Welcome page view. |
|
| Method Summary | |
|---|---|
static UserModelAndView.UserViewSpecification |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserModelAndView.UserViewSpecification[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UserModelAndView.UserViewSpecification LoginView
public static final UserModelAndView.UserViewSpecification LogoutView
public static final UserModelAndView.UserViewSpecification UserHistoryView
public static final UserModelAndView.UserViewSpecification UserHomeView
public static final UserModelAndView.UserViewSpecification WelcomePageView
| Method Detail |
|---|
public static UserModelAndView.UserViewSpecification[] values()
for (UserModelAndView.UserViewSpecification c : UserModelAndView.UserViewSpecification.values()) System.out.println(c);
public static UserModelAndView.UserViewSpecification valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||