public static enum ImportReport.ImportType extends Enum<ImportReport.ImportType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ImportReport.ImportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportReport.ImportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportReport.ImportType GENERAL
public static final ImportReport.ImportType LOCATION
public static final ImportReport.ImportType ASSET
public static final ImportReport.ImportType COMMENT
public static ImportReport.ImportType[] values()
for (ImportReport.ImportType c : ImportReport.ImportType.values()) System.out.println(c);
public static ImportReport.ImportType 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 String toString()
toString in class Enum<ImportReport.ImportType>Copyright © 2019. All rights reserved.