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