public enum GeneralReferenceImportField extends java.lang.Enum<GeneralReferenceImportField> implements ImportField
ImportField.Mapping| 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 GeneralReferenceImportField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralReferenceImportField[] |
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 GeneralReferenceImportField FROM
public static final GeneralReferenceImportField TO
public static final GeneralReferenceImportField DATE
public static final GeneralReferenceImportField LEVEL
public static final GeneralReferenceImportField COMMENTS
public static final java.lang.String PREFIX
public static GeneralReferenceImportField[] values()
for (GeneralReferenceImportField c : GeneralReferenceImportField.values()) System.out.println(c);
public static GeneralReferenceImportField 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