public static enum JavaParserJsonSerializer.JsonRange extends Enum<JavaParserJsonSerializer.JsonRange>
| Enum Constant and Description |
|---|
BEGIN_COLUMN |
BEGIN_LINE |
END_COLUMN |
END_LINE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JavaParserJsonSerializer.JsonRange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaParserJsonSerializer.JsonRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaParserJsonSerializer.JsonRange BEGIN_LINE
public static final JavaParserJsonSerializer.JsonRange BEGIN_COLUMN
public static final JavaParserJsonSerializer.JsonRange END_LINE
public static final JavaParserJsonSerializer.JsonRange END_COLUMN
public static JavaParserJsonSerializer.JsonRange[] values()
for (JavaParserJsonSerializer.JsonRange c : JavaParserJsonSerializer.JsonRange.values()) System.out.println(c);
public static JavaParserJsonSerializer.JsonRange 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<JavaParserJsonSerializer.JsonRange>Copyright © 2007–2019. All rights reserved.