public enum GenericFilter_old extends Enum<GenericFilter_old>
| Enum Constant and Description |
|---|
CONSUMER_ID |
RESOURCE_OWNER |
| Modifier and Type | Method and Description |
|---|---|
static GenericFilter_old |
toEnum(String text) |
String |
toName() |
static GenericFilter_old |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericFilter_old[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericFilter_old CONSUMER_ID
public static final GenericFilter_old RESOURCE_OWNER
public static GenericFilter_old[] values()
for (GenericFilter_old c : GenericFilter_old.values()) System.out.println(c);
public static GenericFilter_old 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 toName()
public static GenericFilter_old toEnum(String text)
Copyright © 2015. All Rights Reserved.