Enum TextTagDefinition.TypeEnum
- All Implemented Interfaces:
Serializable,Comparable<TextTagDefinition.TypeEnum>,java.lang.constant.Constable
- Enclosing class:
TextTagDefinition
Gets or Sets type
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic TextTagDefinition.TypeEnumgetValue()toString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) static TextTagDefinition.TypeEnumReturns the enum constant of this type with the specified name.static TextTagDefinition.TypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SIGNATURE
-
INITIAL
-
CHECK_BOX
-
TEXT_BOX
-
LABEL
-
DATE_SIGNED
-
RADIO_BUTTON
-
IMAGE
-
ATTACHMENT
-
EDITABLE_DATE
-
HYPERLINK
-
DROPDOWN
-
TITLE
-
COMPANY
-
FORMULA
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<TextTagDefinition.TypeEnum>
-
fromValue
-
validateJsonElement
- Throws:
IOException
-