public static enum ClusterDumper.OUTPUT_FORMAT extends Enum<ClusterDumper.OUTPUT_FORMAT>
| Modifier and Type | Method and Description |
|---|---|
static ClusterDumper.OUTPUT_FORMAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterDumper.OUTPUT_FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterDumper.OUTPUT_FORMAT TEXT
public static final ClusterDumper.OUTPUT_FORMAT CSV
public static final ClusterDumper.OUTPUT_FORMAT GRAPH_ML
public static ClusterDumper.OUTPUT_FORMAT[] values()
for (ClusterDumper.OUTPUT_FORMAT c : ClusterDumper.OUTPUT_FORMAT.values()) System.out.println(c);
public static ClusterDumper.OUTPUT_FORMAT 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 © 2008–2013 The Apache Software Foundation. All rights reserved.