Package com._1c.g5.v8.dt.dcs.ui.settings
Enum IDcsSettingsProvider.TabKind
- java.lang.Object
- 
- java.lang.Enum<IDcsSettingsProvider.TabKind>
- 
- com._1c.g5.v8.dt.dcs.ui.settings.IDcsSettingsProvider.TabKind
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<IDcsSettingsProvider.TabKind>
 - Enclosing interface:
- IDcsSettingsProvider
 
 public static enum IDcsSettingsProvider.TabKind extends Enum<IDcsSettingsProvider.TabKind> Kind of settings tab
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description CONDITIONAL_APPEARANCEFILTER_GROUPINGFILTER_REPORTGROUPING_FIELDSORDEROUTPUTPARAMETERSSELECTED_FIELDSUSER_FIELDS
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IDcsSettingsProvider.TabKindvalueOf(String name)Returns the enum constant of this type with the specified name.static IDcsSettingsProvider.TabKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
PARAMETERSpublic static final IDcsSettingsProvider.TabKind PARAMETERS 
 - 
GROUPING_FIELDSpublic static final IDcsSettingsProvider.TabKind GROUPING_FIELDS 
 - 
SELECTED_FIELDSpublic static final IDcsSettingsProvider.TabKind SELECTED_FIELDS 
 - 
FILTER_REPORTpublic static final IDcsSettingsProvider.TabKind FILTER_REPORT 
 - 
FILTER_GROUPINGpublic static final IDcsSettingsProvider.TabKind FILTER_GROUPING 
 - 
ORDERpublic static final IDcsSettingsProvider.TabKind ORDER 
 - 
CONDITIONAL_APPEARANCEpublic static final IDcsSettingsProvider.TabKind CONDITIONAL_APPEARANCE 
 - 
USER_FIELDSpublic static final IDcsSettingsProvider.TabKind USER_FIELDS 
 - 
OUTPUTpublic static final IDcsSettingsProvider.TabKind OUTPUT 
 
- 
 - 
Method Detail- 
valuespublic static IDcsSettingsProvider.TabKind[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IDcsSettingsProvider.TabKind c : IDcsSettingsProvider.TabKind.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static IDcsSettingsProvider.TabKind 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 name
- NullPointerException- if the argument is null
 
 
- 
 
-