public static enum GraphConstants.AnnotationLocation extends java.lang.Enum<GraphConstants.AnnotationLocation>
Modifier and Type | Method and Description |
---|---|
static GraphConstants.AnnotationLocation |
convertStringToEnum(java.lang.String type) |
static GraphConstants.AnnotationLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphConstants.AnnotationLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphConstants.AnnotationLocation FRONT
public static final GraphConstants.AnnotationLocation BACK
public static GraphConstants.AnnotationLocation[] values()
for (GraphConstants.AnnotationLocation c : GraphConstants.AnnotationLocation.values()) System.out.println(c);
public static GraphConstants.AnnotationLocation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static GraphConstants.AnnotationLocation convertStringToEnum(java.lang.String type)