public static enum ERXKeyFilter.Base extends Enum<ERXKeyFilter.Base>
| Enum Constant and Description |
|---|
All |
Attributes |
AttributesAndToOneRelationships |
None |
| Modifier and Type | Method and Description |
|---|---|
static ERXKeyFilter.Base |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXKeyFilter.Base[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXKeyFilter.Base None
public static final ERXKeyFilter.Base Attributes
public static final ERXKeyFilter.Base AttributesAndToOneRelationships
public static final ERXKeyFilter.Base All
public static ERXKeyFilter.Base[] values()
for (ERXKeyFilter.Base c : ERXKeyFilter.Base.values()) System.out.println(c);
public static ERXKeyFilter.Base 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 © 2002 – 2020 Project Wonder.