public enum TaggingGroupingValue extends Enum<TaggingGroupingValue>
TaggingGroupingValue| Enum Constant and Description |
|---|
onFieldName |
onFieldName_onValue |
onValue |
onValue_onFieldName |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getComposedValueGroup(String name,
String value,
TaggingGroupingValue action)
Returns the composed value in case of group
|
static String |
getComposedValueTag(String name,
String value,
String separator,
TaggingGroupingValue action)
Returns the composed value in case of tag
|
static TaggingGroupingValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaggingGroupingValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaggingGroupingValue onFieldName
public static final TaggingGroupingValue onValue
public static final TaggingGroupingValue onFieldName_onValue
public static final TaggingGroupingValue onValue_onFieldName
public static TaggingGroupingValue[] values()
for (TaggingGroupingValue c : TaggingGroupingValue.values()) System.out.println(c);
public static TaggingGroupingValue 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 static String getComposedValueTag(String name, String value, String separator, TaggingGroupingValue action)
name - value - separator - action - public static List<String> getComposedValueGroup(String name, String value, TaggingGroupingValue action)
name - value - separator - action - Copyright © 2020. All Rights Reserved.