public static enum MirrorTool.MirrorToolsJob extends java.lang.Enum<MirrorTool.MirrorToolsJob>
| Enum Constant and Description |
|---|
MirrorP2Artifact |
MirrorP2MetaData |
MirrorProjectRepository |
| Modifier and Type | Method and Description |
|---|---|
static MirrorTool.MirrorToolsJob |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MirrorTool.MirrorToolsJob[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MirrorTool.MirrorToolsJob MirrorP2MetaData
public static final MirrorTool.MirrorToolsJob MirrorP2Artifact
public static final MirrorTool.MirrorToolsJob MirrorProjectRepository
public static MirrorTool.MirrorToolsJob[] values()
for (MirrorTool.MirrorToolsJob c : MirrorTool.MirrorToolsJob.values()) System.out.println(c);
public static MirrorTool.MirrorToolsJob valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null