public static enum ArtifactVersion.SpecsCase extends java.lang.Enum<ArtifactVersion.SpecsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DOCKER |
JAVA |
NPM |
PHP |
SPECS_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactVersion.SpecsCase |
forNumber(int value) |
int |
getNumber() |
static ArtifactVersion.SpecsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ArtifactVersion.SpecsCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactVersion.SpecsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactVersion.SpecsCase JAVA
public static final ArtifactVersion.SpecsCase DOCKER
public static final ArtifactVersion.SpecsCase PHP
public static final ArtifactVersion.SpecsCase NPM
public static final ArtifactVersion.SpecsCase SPECS_NOT_SET
public static ArtifactVersion.SpecsCase[] values()
for (ArtifactVersion.SpecsCase c : ArtifactVersion.SpecsCase.values()) System.out.println(c);
public static ArtifactVersion.SpecsCase 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@Deprecated public static ArtifactVersion.SpecsCase valueOf(int value)
forNumber(int) instead.public static ArtifactVersion.SpecsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite