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