public static enum ApplicationBean.PageRef extends java.lang.Enum<ApplicationBean.PageRef>
Enum Constant and Description |
---|
addInstance |
adminQueues |
calendarMgt |
caseMgt |
customServices |
dynForm |
externalClients |
Login |
nonHumanMgt |
orgDataMgt |
participantData |
secResMgt |
selectUser |
teamQueues |
userWorkQueues |
viewProfile |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName() |
static ApplicationBean.PageRef |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationBean.PageRef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationBean.PageRef adminQueues
public static final ApplicationBean.PageRef caseMgt
public static final ApplicationBean.PageRef customServices
public static final ApplicationBean.PageRef dynForm
public static final ApplicationBean.PageRef Login
public static final ApplicationBean.PageRef orgDataMgt
public static final ApplicationBean.PageRef nonHumanMgt
public static final ApplicationBean.PageRef participantData
public static final ApplicationBean.PageRef selectUser
public static final ApplicationBean.PageRef userWorkQueues
public static final ApplicationBean.PageRef viewProfile
public static final ApplicationBean.PageRef addInstance
public static final ApplicationBean.PageRef teamQueues
public static final ApplicationBean.PageRef externalClients
public static final ApplicationBean.PageRef calendarMgt
public static final ApplicationBean.PageRef secResMgt
public static ApplicationBean.PageRef[] values()
for (ApplicationBean.PageRef c : ApplicationBean.PageRef.values()) System.out.println(c);
public static ApplicationBean.PageRef 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getFileName()
Copyright © 2004-2014 The YAWL Foundation.