public static enum ApplicationsReport.InstalledField extends Enum<ApplicationsReport.InstalledField>
| Modifier and Type | Method and Description |
|---|---|
protected String |
getName() |
static ApplicationsReport.InstalledField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationsReport.InstalledField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationsReport.InstalledField NAME
public static final ApplicationsReport.InstalledField PATH
public static ApplicationsReport.InstalledField[] values()
for (ApplicationsReport.InstalledField c : ApplicationsReport.InstalledField.values()) System.out.println(c);
public static ApplicationsReport.InstalledField 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 nullprotected String getName()