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