public static enum ReferenceGraphReport.ReferenceGraphMode extends Enum<ReferenceGraphReport.ReferenceGraphMode>
| Enum Constant and Description |
|---|
FULL_TREE |
TREE_NO_REDUNDANCY |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceGraphReport.ReferenceGraphMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceGraphReport.ReferenceGraphMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceGraphReport.ReferenceGraphMode FULL_TREE
public static final ReferenceGraphReport.ReferenceGraphMode TREE_NO_REDUNDANCY
public static ReferenceGraphReport.ReferenceGraphMode[] values()
for (ReferenceGraphReport.ReferenceGraphMode c : ReferenceGraphReport.ReferenceGraphMode.values()) System.out.println(c);
public static ReferenceGraphReport.ReferenceGraphMode 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 © 2015–2016 AZYVA INC.. All rights reserved.