public enum CampaignSharedSetField extends Enum<CampaignSharedSetField> implements EntityField
Enum
to facilitate the selection of fields for CampaignSharedSet
.Enum Constant and Description |
---|
CampaignId |
CampaignName |
SharedSetId |
SharedSetName |
SharedSetType |
Status |
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static CampaignSharedSetField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampaignSharedSetField[] |
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 CampaignSharedSetField CampaignId
public static final CampaignSharedSetField CampaignName
public static final CampaignSharedSetField SharedSetId
public static final CampaignSharedSetField SharedSetName
public static final CampaignSharedSetField SharedSetType
public static final CampaignSharedSetField Status
public static CampaignSharedSetField[] values()
for (CampaignSharedSetField c : CampaignSharedSetField.values()) System.out.println(c);
public static CampaignSharedSetField 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.