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