public static enum Renovator.PublishMethod extends Enum<Renovator.PublishMethod>
| Enum Constant and Description |
|---|
NONE |
QUEUE |
SELF_MANAGED |
| Modifier and Type | Method and Description |
|---|---|
static Renovator.PublishMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Renovator.PublishMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Renovator.PublishMethod NONE
public static final Renovator.PublishMethod SELF_MANAGED
public static final Renovator.PublishMethod QUEUE
public static Renovator.PublishMethod[] values()
for (Renovator.PublishMethod c : Renovator.PublishMethod.values()) System.out.println(c);
public static Renovator.PublishMethod 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 nullCopyright © 2013–2020 Adobe. All rights reserved.