public static enum CollapsingQParserPlugin.GroupHeadSelectorType extends Enum<CollapsingQParserPlugin.GroupHeadSelectorType>
Modifier and Type | Field and Description |
---|---|
static EnumSet<CollapsingQParserPlugin.GroupHeadSelectorType> |
MIN_MAX |
Modifier and Type | Method and Description |
---|---|
static CollapsingQParserPlugin.GroupHeadSelectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollapsingQParserPlugin.GroupHeadSelectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollapsingQParserPlugin.GroupHeadSelectorType MIN
public static final CollapsingQParserPlugin.GroupHeadSelectorType MAX
public static final CollapsingQParserPlugin.GroupHeadSelectorType SORT
public static final CollapsingQParserPlugin.GroupHeadSelectorType SCORE
public static EnumSet<CollapsingQParserPlugin.GroupHeadSelectorType> MIN_MAX
public static CollapsingQParserPlugin.GroupHeadSelectorType[] values()
for (CollapsingQParserPlugin.GroupHeadSelectorType c : CollapsingQParserPlugin.GroupHeadSelectorType.values()) System.out.println(c);
public static CollapsingQParserPlugin.GroupHeadSelectorType 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 © 2000-2019 Apache Software Foundation. All Rights Reserved.