public static enum ReferenceGraphReport.ModuleFilter extends Enum<ReferenceGraphReport.ModuleFilter>
| Enum Constant and Description |
|---|
ALL |
ONLY_MATCHED
Indicates to include only the
Module's for which at least one
Version is matched. |
ONLY_MULTIPLE_VERSIONS |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceGraphReport.ModuleFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceGraphReport.ModuleFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceGraphReport.ModuleFilter ALL
public static final ReferenceGraphReport.ModuleFilter ONLY_MULTIPLE_VERSIONS
public static final ReferenceGraphReport.ModuleFilter ONLY_MATCHED
Module's for which at least one
Version is matched.public static ReferenceGraphReport.ModuleFilter[] values()
for (ReferenceGraphReport.ModuleFilter c : ReferenceGraphReport.ModuleFilter.values()) System.out.println(c);
public static ReferenceGraphReport.ModuleFilter 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.