public enum Scene7PublishMode extends java.lang.Enum<Scene7PublishMode>
Modifier and Type | Method and Description |
---|---|
static Scene7PublishMode |
fromString(java.lang.String mode) |
java.lang.String |
getValue() |
static Scene7PublishMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scene7PublishMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scene7PublishMode IMMEDIATE
public static final Scene7PublishMode MANUAL
public static final Scene7PublishMode SELECTIVE
public static Scene7PublishMode[] values()
for (Scene7PublishMode c : Scene7PublishMode.values()) System.out.println(c);
public static Scene7PublishMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static Scene7PublishMode fromString(java.lang.String mode)
Copyright © 2010 - 2023 Adobe. All Rights Reserved