public static enum Edit.Model extends Enum<Edit.Model>
| Enum Constant and Description |
|---|
CODE_DAVINCI_EDIT_001 |
TEXT_DAVINCI_EDIT_001 |
| Modifier and Type | Method and Description |
|---|---|
static Edit.Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edit.Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Edit.Model TEXT_DAVINCI_EDIT_001
public static final Edit.Model CODE_DAVINCI_EDIT_001
public static Edit.Model[] values()
for (Edit.Model c : Edit.Model.values()) System.out.println(c);
public static Edit.Model 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 nullCopyright © 2023 grt1228. All rights reserved.