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