@Generated(value="org.jsonschema2pojo") public static enum Manifest.Version extends Enum<Manifest.Version>
Enum Constant and Description |
---|
__EMPTY__ |
V_1_BETA_1 |
V_1_BETA_2 |
V_1_BETA_3 |
Modifier and Type | Method and Description |
---|---|
static Manifest.Version |
fromValue(String value) |
String |
toString() |
static Manifest.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manifest.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Manifest.Version __EMPTY__
public static final Manifest.Version V_1_BETA_1
public static final Manifest.Version V_1_BETA_2
public static final Manifest.Version V_1_BETA_3
public static Manifest.Version[] values()
for (Manifest.Version c : Manifest.Version.values()) System.out.println(c);
public static Manifest.Version 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 toString()
toString
in class Enum<Manifest.Version>
public static Manifest.Version fromValue(String value)
Copyright © 2011–2014 Red Hat. All rights reserved.