public static enum DotJavaValidator.AttributeContext extends java.lang.Enum<DotJavaValidator.AttributeContext>
Enum Constant and Description |
---|
EDGE
Edge
|
GRAPH
Graph
|
NODE
Node
|
SUBGRAPH
Subgraph/Cluster
|
Modifier and Type | Method and Description |
---|---|
static DotJavaValidator.AttributeContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotJavaValidator.AttributeContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DotJavaValidator.AttributeContext GRAPH
public static final DotJavaValidator.AttributeContext SUBGRAPH
public static final DotJavaValidator.AttributeContext NODE
public static final DotJavaValidator.AttributeContext EDGE
public static DotJavaValidator.AttributeContext[] values()
for (DotJavaValidator.AttributeContext c : DotJavaValidator.AttributeContext.values()) System.out.println(c);
public static DotJavaValidator.AttributeContext 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 nullCopyright (c) 2014 itemis AG and others. All rights reserved.