public enum ExpressBusinessField extends Enum<ExpressBusinessField> implements EntityField
Enum to facilitate the selection of fields for ExpressBusiness.| Enum Constant and Description |
|---|
Id
ID of this business.
|
Name
Name of this business.
|
Status
Status of this business.
|
Website
Website of this business.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilterable()
If the field is filterable.
|
static ExpressBusinessField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressBusinessField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final ExpressBusinessField Id
public static final ExpressBusinessField Name
public static final ExpressBusinessField Status
public static final ExpressBusinessField Website
public static ExpressBusinessField[] values()
for (ExpressBusinessField c : ExpressBusinessField.values()) System.out.println(c);
public static ExpressBusinessField 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 boolean isFilterable()
EntityFieldisFilterable in interface EntityFieldCopyright © 2017. All Rights Reserved.