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