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