public static enum TemplatestemplateIdaddFieldsFields.OverflowEnum extends Enum<TemplatestemplateIdaddFieldsFields.OverflowEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplatestemplateIdaddFieldsFields.OverflowEnum.Adapter |
| Enum Constant and Description |
|---|
SHRINK_TO_FIT |
TRUNCATE |
| Modifier and Type | Method and Description |
|---|---|
static TemplatestemplateIdaddFieldsFields.OverflowEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TemplatestemplateIdaddFieldsFields.OverflowEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplatestemplateIdaddFieldsFields.OverflowEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplatestemplateIdaddFieldsFields.OverflowEnum SHRINK_TO_FIT
public static final TemplatestemplateIdaddFieldsFields.OverflowEnum TRUNCATE
public static TemplatestemplateIdaddFieldsFields.OverflowEnum[] values()
for (TemplatestemplateIdaddFieldsFields.OverflowEnum c : TemplatestemplateIdaddFieldsFields.OverflowEnum.values()) System.out.println(c);
public static TemplatestemplateIdaddFieldsFields.OverflowEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<TemplatestemplateIdaddFieldsFields.OverflowEnum>public static TemplatestemplateIdaddFieldsFields.OverflowEnum fromValue(String text)
Copyright © 2020. All rights reserved.