@Api public enum UIFragment extends Enum<UIFragment>
Enum Constant and Description |
---|
DATASOURCE
Data source
|
FORM
Activity form
|
HISTORY
Activity history
|
PWE
PlusWorkflow Editor
|
SCHEDULED_TASK
Scheduled task
|
Modifier and Type | Method and Description |
---|---|
String |
id()
Returns identifier of this fragment
|
static UIFragment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIFragment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIFragment FORM
public static final UIFragment HISTORY
public static final UIFragment PWE
public static final UIFragment DATASOURCE
public static final UIFragment SCHEDULED_TASK
public static UIFragment[] values()
for (UIFragment c : UIFragment.values()) System.out.println(c);
public static UIFragment 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 nullpublic String id()
Copyright © 2023 Suncode. All rights reserved.