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