public static enum BaseEditorExtension.FormContext extends Enum<BaseEditorExtension.FormContext>
Modifier and Type | Method and Description |
---|---|
static BaseEditorExtension.FormContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseEditorExtension.FormContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseEditorExtension.FormContext WEB
public static final BaseEditorExtension.FormContext MAIL
public static final BaseEditorExtension.FormContext MOBILE
public static BaseEditorExtension.FormContext[] values()
for (BaseEditorExtension.FormContext c : BaseEditorExtension.FormContext.values()) System.out.println(c);
public static BaseEditorExtension.FormContext 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 © 2022 Visiativ. All rights reserved.