public static enum JavaParserJsonSerializer.JsonRange extends Enum<JavaParserJsonSerializer.JsonRange>
Enum Constant and Description |
---|
BeginColumn |
BeginLine |
EndColumn |
EndLine |
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 BeginLine
public static final JavaParserJsonSerializer.JsonRange BeginColumn
public static final JavaParserJsonSerializer.JsonRange EndLine
public static final JavaParserJsonSerializer.JsonRange EndColumn
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–2018. All rights reserved.