public enum ApplicationField extends Enum<ApplicationField>
ApplicationCreator and ApplicationUpdaterApplicationCreator,
ApplicationUpdater| Enum Constant and Description |
|---|
DESCRIPTION
References the
Application description |
DISPLAY_NAME
References the
Application display name |
HOME_PAGE_ID
References the identifier of the
ApplicationPage defined as the Application home page |
ICON_PATH
References the
Application icon path |
LAYOUT_ID
References the identifier of the
Page defined as the Application layout. |
PROFILE_ID
References the identifier of the
Profile associated to the Application |
STATE
References the
Application state |
THEME_ID
References the identifier of the
Page defined as the Application theme. |
TOKEN
References the
Application token |
VERSION
References the
Application version |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationField TOKEN
Application tokenApplicationpublic static final ApplicationField DISPLAY_NAME
Application display nameApplicationpublic static final ApplicationField VERSION
Application versionApplicationpublic static final ApplicationField DESCRIPTION
Application descriptionApplicationpublic static final ApplicationField ICON_PATH
Application icon pathApplicationpublic static final ApplicationField STATE
Application stateApplicationpublic static final ApplicationField PROFILE_ID
Profile associated to the ApplicationApplication,
Profilepublic static final ApplicationField HOME_PAGE_ID
ApplicationPage defined as the Application home pageApplicationPage,
Applicationpublic static final ApplicationField LAYOUT_ID
Page defined as the Application layout.Page,
Applicationpublic static final ApplicationField THEME_ID
Page defined as the Application theme.Page,
Applicationpublic static ApplicationField[] values()
for (ApplicationField c : ApplicationField.values()) System.out.println(c);
public static ApplicationField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Bonitasoft S.A.. All rights reserved.