public static enum GraphIO.GraphFileFormat extends Enum<GraphIO.GraphFileFormat>
Enum Constant and Description |
---|
PAJEK |
Modifier and Type | Method and Description |
---|---|
static GraphIO.GraphFileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphIO.GraphFileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphIO.GraphFileFormat PAJEK
public static GraphIO.GraphFileFormat[] values()
for (GraphIO.GraphFileFormat c : GraphIO.GraphFileFormat.values()) System.out.println(c);
public static GraphIO.GraphFileFormat 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 nullCopyright © 2012. All Rights Reserved.