public enum TaggingGroupingValue extends Enum<TaggingGroupingValue>
| Enum Constant and Description |
|---|
onFieldName |
onFieldName_onValue |
onValue |
onValue_onFieldName |
| Modifier and Type | Method and Description |
|---|---|
static TaggingGroupingValue |
fromValue(String value)
From value.
|
String |
value()
Value.
|
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 String value()
public static TaggingGroupingValue fromValue(String value)
value - the valueonValueCopyright © 2020. All Rights Reserved.