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