public static enum PackagesTableModel.PackageStatus extends java.lang.Enum<PackagesTableModel.PackageStatus>
| Enum Constant and Description |
|---|
BROKEN |
INSTALLATION_NOT_AVAILABLE |
INSTALLED |
INSTALLED_NOT_INSTALLABLE |
NOT_INSTALLED |
TO_INSTALL |
TO_REINSTALL |
| Modifier and Type | Method and Description |
|---|---|
static PackagesTableModel.PackageStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PackagesTableModel.PackageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PackagesTableModel.PackageStatus INSTALLED
public static final PackagesTableModel.PackageStatus NOT_INSTALLED
public static final PackagesTableModel.PackageStatus TO_REINSTALL
public static final PackagesTableModel.PackageStatus TO_INSTALL
public static final PackagesTableModel.PackageStatus INSTALLED_NOT_INSTALLABLE
public static final PackagesTableModel.PackageStatus BROKEN
public static final PackagesTableModel.PackageStatus INSTALLATION_NOT_AVAILABLE
public static PackagesTableModel.PackageStatus[] values()
for (PackagesTableModel.PackageStatus c : PackagesTableModel.PackageStatus.values()) System.out.println(c);
public static PackagesTableModel.PackageStatus 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 null