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