public static enum FileSourceGraphML.GraphMLConstants.EdgeAttribute extends java.lang.Enum<FileSourceGraphML.GraphMLConstants.EdgeAttribute>
Enum Constant and Description |
---|
DIRECTED |
ID |
SOURCE |
SOURCEPORT |
TARGET |
TARGETPORT |
Modifier and Type | Method and Description |
---|---|
static FileSourceGraphML.GraphMLConstants.EdgeAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSourceGraphML.GraphMLConstants.EdgeAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSourceGraphML.GraphMLConstants.EdgeAttribute ID
public static final FileSourceGraphML.GraphMLConstants.EdgeAttribute SOURCE
public static final FileSourceGraphML.GraphMLConstants.EdgeAttribute SOURCEPORT
public static final FileSourceGraphML.GraphMLConstants.EdgeAttribute TARGET
public static final FileSourceGraphML.GraphMLConstants.EdgeAttribute TARGETPORT
public static final FileSourceGraphML.GraphMLConstants.EdgeAttribute DIRECTED
public static FileSourceGraphML.GraphMLConstants.EdgeAttribute[] values()
for (FileSourceGraphML.GraphMLConstants.EdgeAttribute c : FileSourceGraphML.GraphMLConstants.EdgeAttribute.values()) System.out.println(c);
public static FileSourceGraphML.GraphMLConstants.EdgeAttribute 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 null