public static enum CKEditor.CKEditorBundle extends Enum<CKEditor.CKEditorBundle>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CKEditor.CKEditorBundle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CKEditor.CKEditorBundle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CKEditor.CKEditorBundle BASIC
public static final CKEditor.CKEditorBundle FULL
public static final CKEditor.CKEditorBundle STANDARD
public static CKEditor.CKEditorBundle[] values()
for (CKEditor.CKEditorBundle c : CKEditor.CKEditorBundle.values()) System.out.println(c);
public static CKEditor.CKEditorBundle 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 toString()
toString in class Enum<CKEditor.CKEditorBundle>Copyright © 2023 Fujion Framework. All rights reserved.