public static enum PackageSummary.PackageClassification extends Enum<PackageSummary.PackageClassification> implements BmcEnum
Status of the software package.
Enum Constant and Description |
---|
Available |
Installed |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Updatable |
Modifier and Type | Method and Description |
---|---|
static PackageSummary.PackageClassification |
create(String key) |
String |
getValue() |
static PackageSummary.PackageClassification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageSummary.PackageClassification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PackageSummary.PackageClassification Installed
public static final PackageSummary.PackageClassification Available
public static final PackageSummary.PackageClassification Updatable
public static final PackageSummary.PackageClassification UnknownEnumValue
public static PackageSummary.PackageClassification[] values()
for (PackageSummary.PackageClassification c : PackageSummary.PackageClassification.values()) System.out.println(c);
public static PackageSummary.PackageClassification 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 static PackageSummary.PackageClassification create(String key)
Copyright © 2016–2024. All rights reserved.