public static enum Editor.EditorSyntaxConstant extends Enum<Editor.EditorSyntaxConstant>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isSupported(Editor.EditorSyntaxConstant... constantsSupported) |
static Editor.EditorSyntaxConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Editor.EditorSyntaxConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Editor.EditorSyntaxConstant XML
public static final Editor.EditorSyntaxConstant JAVA
public static final Editor.EditorSyntaxConstant SQL
public static final Editor.EditorSyntaxConstant R
protected final String name
public static Editor.EditorSyntaxConstant[] values()
for (Editor.EditorSyntaxConstant c : Editor.EditorSyntaxConstant.values()) System.out.println(c);
public static Editor.EditorSyntaxConstant 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 getName()
public boolean isSupported(Editor.EditorSyntaxConstant... constantsSupported)
Copyright © 2004–2017 Ultreia.io. All rights reserved.