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