public static enum Artifact.FileType extends Enum<Artifact.FileType>
| Modifier and Type | Method and Description |
|---|---|
static Artifact.FileType |
forValue(String value) |
String |
toString() |
String |
toValue() |
static Artifact.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Artifact.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Artifact.FileType ARCHIVE
public static final Artifact.FileType METADATA
public static final Artifact.FileType TRACE
public static final Artifact.FileType JUNIT
public static Artifact.FileType[] values()
for (Artifact.FileType c : Artifact.FileType.values()) System.out.println(c);
public static Artifact.FileType 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 nullpublic static Artifact.FileType forValue(String value)
public String toValue()
public String toString()
toString in class Enum<Artifact.FileType>Copyright © 2021. All rights reserved.