public static enum PdfiumFormFieldP.SubTypeCase extends Enum<PdfiumFormFieldP.SubTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CHECK_BOX_FIELD |
COMBO_BOX_FIELD |
IMAGE_FIELD |
RADIO_FIELD |
SIGNATURE_FIELD |
SUBTYPE_NOT_SET |
TEXT_FIELD |
UNKNOWN_FIELD |
| Modifier and Type | Method and Description |
|---|---|
static PdfiumFormFieldP.SubTypeCase |
forNumber(int value) |
int |
getNumber() |
static PdfiumFormFieldP.SubTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PdfiumFormFieldP.SubTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfiumFormFieldP.SubTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfiumFormFieldP.SubTypeCase COMBO_BOX_FIELD
public static final PdfiumFormFieldP.SubTypeCase CHECK_BOX_FIELD
public static final PdfiumFormFieldP.SubTypeCase TEXT_FIELD
public static final PdfiumFormFieldP.SubTypeCase UNKNOWN_FIELD
public static final PdfiumFormFieldP.SubTypeCase RADIO_FIELD
public static final PdfiumFormFieldP.SubTypeCase IMAGE_FIELD
public static final PdfiumFormFieldP.SubTypeCase SIGNATURE_FIELD
public static final PdfiumFormFieldP.SubTypeCase SUBTYPE_NOT_SET
public static PdfiumFormFieldP.SubTypeCase[] values()
for (PdfiumFormFieldP.SubTypeCase c : PdfiumFormFieldP.SubTypeCase.values()) System.out.println(c);
public static PdfiumFormFieldP.SubTypeCase 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 PdfiumFormFieldP.SubTypeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static PdfiumFormFieldP.SubTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022–2025 Iron Software. All rights reserved.