public enum ConstantDataField extends Enum<ConstantDataField> implements EntityField
Enum
to facilitate the selection of fields for ConstantData
.Enum Constant and Description |
---|
BiddingCategoryStatus
The status of the taxonomy.
|
Country
The country of the taxonomy.
|
OperatingSystemName |
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static ConstantDataField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantDataField[] |
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, valueOf
name
public static final ConstantDataField BiddingCategoryStatus
public static final ConstantDataField Country
public static final ConstantDataField OperatingSystemName
public static ConstantDataField[] values()
for (ConstantDataField c : ConstantDataField.values()) System.out.println(c);
public static ConstantDataField 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()
EntityField
isFilterable
in interface EntityField
Copyright © 2018. All Rights Reserved.