public enum EMonacoOptions extends Enum<EMonacoOptions>
| Enum Constant and Description |
|---|
CSS |
HTML |
JAVASCRIPT |
JSON |
XML |
| Modifier and Type | Method and Description |
|---|---|
com.github.blutorange.primefaces.config.monacoeditor.EditorOptions |
getValue() |
static EMonacoOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMonacoOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMonacoOptions JAVASCRIPT
public static final EMonacoOptions CSS
public static final EMonacoOptions JSON
public static final EMonacoOptions XML
public static final EMonacoOptions HTML
public static EMonacoOptions[] values()
for (EMonacoOptions c : EMonacoOptions.values()) System.out.println(c);
public static EMonacoOptions 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 com.github.blutorange.primefaces.config.monacoeditor.EditorOptions getValue()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.