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