public enum RecordImportField extends java.lang.Enum<RecordImportField> implements ImportField
ImportField.Mapping| Enum Constant and Description |
|---|
CREATED_BY |
DATE |
LAST_MODIFICATION_DATE |
LAST_MODIFIED_BY |
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 RecordImportField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecordImportField[] |
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 RecordImportField USER
public static final RecordImportField DATE
public static final RecordImportField CREATED_BY
public static final RecordImportField LAST_MODIFICATION_DATE
public static final RecordImportField LAST_MODIFIED_BY
public static final java.lang.String PREFIX
public static RecordImportField[] values()
for (RecordImportField c : RecordImportField.values()) System.out.println(c);
public static RecordImportField 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