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