public enum BuildLabelAnnotations extends Enum<BuildLabelAnnotations>
Enum Constant and Description |
---|
BUILD_DATE |
DESCRIPTION |
NAME |
SCHEMA_VERSION |
URL |
USAGE |
VCS_REF |
VCS_URL |
VENDOR |
VERSION |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
String |
value() |
static BuildLabelAnnotations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildLabelAnnotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildLabelAnnotations BUILD_DATE
public static final BuildLabelAnnotations NAME
public static final BuildLabelAnnotations DESCRIPTION
public static final BuildLabelAnnotations USAGE
public static final BuildLabelAnnotations URL
public static final BuildLabelAnnotations VCS_URL
public static final BuildLabelAnnotations VCS_REF
public static final BuildLabelAnnotations VENDOR
public static final BuildLabelAnnotations VERSION
public static final BuildLabelAnnotations SCHEMA_VERSION
public static BuildLabelAnnotations[] values()
for (BuildLabelAnnotations c : BuildLabelAnnotations.values()) System.out.println(c);
public static BuildLabelAnnotations 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 String value()
public String toString()
toString
in class Enum<BuildLabelAnnotations>
Copyright © 2020. All rights reserved.