public static enum Inventory.SoftwarePackage.DetailsCase extends Enum<Inventory.SoftwarePackage.DetailsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
APT_PACKAGE |
COS_PACKAGE |
DETAILS_NOT_SET |
GOOGET_PACKAGE |
QFE_PACKAGE |
WINDOWS_APPLICATION |
WUA_PACKAGE |
YUM_PACKAGE |
ZYPPER_PACKAGE |
ZYPPER_PATCH |
| Modifier and Type | Method and Description |
|---|---|
static Inventory.SoftwarePackage.DetailsCase |
forNumber(int value) |
int |
getNumber() |
static Inventory.SoftwarePackage.DetailsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Inventory.SoftwarePackage.DetailsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Inventory.SoftwarePackage.DetailsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Inventory.SoftwarePackage.DetailsCase YUM_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase APT_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase ZYPPER_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase GOOGET_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase ZYPPER_PATCH
public static final Inventory.SoftwarePackage.DetailsCase WUA_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase QFE_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase COS_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase WINDOWS_APPLICATION
public static final Inventory.SoftwarePackage.DetailsCase DETAILS_NOT_SET
public static Inventory.SoftwarePackage.DetailsCase[] values()
for (Inventory.SoftwarePackage.DetailsCase c : Inventory.SoftwarePackage.DetailsCase.values()) System.out.println(c);
public static Inventory.SoftwarePackage.DetailsCase 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 null@Deprecated public static Inventory.SoftwarePackage.DetailsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Inventory.SoftwarePackage.DetailsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.