@Api public enum UIFragment extends Enum<UIFragment>
| Enum Constant and Description | 
|---|
| DATASOURCEData source | 
| FORMActivity form | 
| HISTORYActivity history | 
| PWEPlusWorkflow Editor | 
| 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 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 © 2019 Suncode. All rights reserved.