Enum CONSTANTS.BROWSER_COMPONENT_NAME
- Object
-
- Enum<CONSTANTS.BROWSER_COMPONENT_NAME>
-
- BROWSER_COMPONENT_NAME
-
- All Implemented Interfaces:
Serializable,Comparable<CONSTANTS.BROWSER_COMPONENT_NAME>,Constable
- Enclosing class:
- CONSTANTS
public static enum CONSTANTS.BROWSER_COMPONENT_NAME extends Enum<CONSTANTS.BROWSER_COMPONENT_NAME>
Eindeutige Bezeichnungen der einzelnen Browser-Komponenten im Java Client.- Since:
- 9.02.001
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EVIEWBrowser-Komponente für die DokumentenvorschauFEEDBrowser-Komponente für den FeedFORMULAR_DESIGNERBrowser-Komponente für den Formular-DesignerFORMULAR_PANELBrowser-Komponente für das Workflow-FormularFORMULAR_PREVIEWBrowser-Komponente für die Formular-VorschauINDEX_PREVIEWBrowser-Komponente für die VerschlagwortungsvorschauMY_ELOBrowser-Komponente für den Bereich "Mein ELO"SELECT_TEMPLATESBrowser-Komponente für die Auswahl eines TemplatesUSER_PROFILEBrowser-Komponente für BenutzerprofileWEB_APPLICATIONBrowser-Komponente für Webanwendungen
-
Method Summary
Modifier and Type Method Description static CONSTANTS.BROWSER_COMPONENT_NAMEvalueOf(String name)Returns the enum constant of this type with the specified name.static CONSTANTS.BROWSER_COMPONENT_NAME[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FEED
public static final CONSTANTS.BROWSER_COMPONENT_NAME FEED
Browser-Komponente für den Feed
-
FORMULAR_PANEL
public static final CONSTANTS.BROWSER_COMPONENT_NAME FORMULAR_PANEL
Browser-Komponente für das Workflow-Formular
-
INDEX_PREVIEW
public static final CONSTANTS.BROWSER_COMPONENT_NAME INDEX_PREVIEW
Browser-Komponente für die Verschlagwortungsvorschau
-
FORMULAR_DESIGNER
public static final CONSTANTS.BROWSER_COMPONENT_NAME FORMULAR_DESIGNER
Browser-Komponente für den Formular-Designer
-
FORMULAR_PREVIEW
public static final CONSTANTS.BROWSER_COMPONENT_NAME FORMULAR_PREVIEW
Browser-Komponente für die Formular-Vorschau
-
SELECT_TEMPLATES
public static final CONSTANTS.BROWSER_COMPONENT_NAME SELECT_TEMPLATES
Browser-Komponente für die Auswahl eines Templates
-
EVIEW
public static final CONSTANTS.BROWSER_COMPONENT_NAME EVIEW
Browser-Komponente für die Dokumentenvorschau
-
MY_ELO
public static final CONSTANTS.BROWSER_COMPONENT_NAME MY_ELO
Browser-Komponente für den Bereich "Mein ELO"
-
USER_PROFILE
public static final CONSTANTS.BROWSER_COMPONENT_NAME USER_PROFILE
Browser-Komponente für Benutzerprofile
-
WEB_APPLICATION
public static final CONSTANTS.BROWSER_COMPONENT_NAME WEB_APPLICATION
Browser-Komponente für Webanwendungen- Since:
- 9.03.000
-
-
Method Detail
-
values
public static CONSTANTS.BROWSER_COMPONENT_NAME[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CONSTANTS.BROWSER_COMPONENT_NAME valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-