public enum AdImportField extends java.lang.Enum<AdImportField> implements ImportField
ImportField.Mapping| Enum Constant and Description |
|---|
CATEGORIES |
CREATION_DATE |
DESCRIPTION |
IMAGES |
PRICE |
PROMOTIONAL_PERIOD_BEGIN |
PROMOTIONAL_PERIOD_END |
PROMOTIONAL_PRICE |
PUBLICATION_BEGIN |
PUBLICATION_END |
STATUS |
TITLE |
USER |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Modifier and Type | Method and Description |
|---|---|
ImportType |
getImportType() |
java.lang.String |
getName() |
java.lang.String |
prefix()
Returns the prefix used by this class
|
static AdImportField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdImportField[] |
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 AdImportField USER
public static final AdImportField TITLE
public static final AdImportField DESCRIPTION
public static final AdImportField CATEGORIES
public static final AdImportField CREATION_DATE
public static final AdImportField PUBLICATION_BEGIN
public static final AdImportField PUBLICATION_END
public static final AdImportField PRICE
public static final AdImportField PROMOTIONAL_PRICE
public static final AdImportField PROMOTIONAL_PERIOD_BEGIN
public static final AdImportField PROMOTIONAL_PERIOD_END
public static final AdImportField STATUS
public static final AdImportField IMAGES
public static final java.lang.String PREFIX
public static AdImportField[] values()
for (AdImportField c : AdImportField.values()) System.out.println(c);
public static AdImportField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ImportType getImportType()
getImportType in interface ImportFieldpublic java.lang.String getName()
getName in interface ImportFieldpublic java.lang.String prefix()
PrefixedEnumprefix in interface PrefixedEnum