public enum FeedMappingField extends Enum<FeedMappingField> implements EntityField
Enum to facilitate the selection of fields for FeedMapping.| Enum Constant and Description |
|---|
AttributeFieldMappings
The list of feed attributes to placeholder fields mappings.
|
CriterionType
The criterion type for this mapping.
|
FeedId
ID of the Feed that is mapped by this mapping.
|
FeedMappingId
ID of this FeedMapping.
|
PlaceholderType
The placeholder type for this mapping.
|
Status
Status of the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilterable()
If the field is filterable.
|
static FeedMappingField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedMappingField[] |
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 FeedMappingField AttributeFieldMappings
null when it is contained within Operators : ADD.public static final FeedMappingField CriterionType
public static final FeedMappingField FeedId
public static final FeedMappingField FeedMappingId
null when it is contained within Operators : REMOVE.public static final FeedMappingField PlaceholderType
public static final FeedMappingField Status
public static FeedMappingField[] values()
for (FeedMappingField c : FeedMappingField.values()) System.out.println(c);
public static FeedMappingField 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 © 2016. All Rights Reserved.