public enum SharedCriterionField extends Enum<SharedCriterionField> implements EntityField
Enum
to facilitate the selection of fields for SharedCriterion
.Enum Constant and Description |
---|
CriteriaType |
DisplayName
Title of this mobile application.
|
Id
ID of this criterion.
|
KeywordMatchType
Match type of this keyword.
|
KeywordText
Text of this keyword (at most 80 characters and ten words).
|
Negative |
PlacementUrl
Url of the placement.
|
SharedSetId |
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static SharedCriterionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedCriterionField[] |
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 SharedCriterionField CriteriaType
public static final SharedCriterionField DisplayName
public static final SharedCriterionField Id
public static final SharedCriterionField KeywordMatchType
public static final SharedCriterionField KeywordText
public static final SharedCriterionField Negative
public static final SharedCriterionField PlacementUrl
For example, "http://www.domain.com".
public static final SharedCriterionField SharedSetId
public static SharedCriterionField[] values()
for (SharedCriterionField c : SharedCriterionField.values()) System.out.println(c);
public static SharedCriterionField 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 © 2015. All Rights Reserved.