public enum DocGenTagV2025R0TagTypeField extends Enum<DocGenTagV2025R0TagTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
DocGenTagV2025R0TagTypeField.DocGenTagV2025R0TagTypeFieldDeserializer |
static class |
DocGenTagV2025R0TagTypeField.DocGenTagV2025R0TagTypeFieldSerializer |
| Enum Constant and Description |
|---|
ARITHMETIC |
CONDITIONAL |
FOR_LOOP |
IMAGE |
TABLE_LOOP |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static DocGenTagV2025R0TagTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocGenTagV2025R0TagTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocGenTagV2025R0TagTypeField TEXT
public static final DocGenTagV2025R0TagTypeField ARITHMETIC
public static final DocGenTagV2025R0TagTypeField CONDITIONAL
public static final DocGenTagV2025R0TagTypeField FOR_LOOP
public static final DocGenTagV2025R0TagTypeField TABLE_LOOP
public static final DocGenTagV2025R0TagTypeField IMAGE
public static DocGenTagV2025R0TagTypeField[] values()
for (DocGenTagV2025R0TagTypeField c : DocGenTagV2025R0TagTypeField.values()) System.out.println(c);
public static DocGenTagV2025R0TagTypeField 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