public enum PlannerPreviewType extends java.lang.Enum<PlannerPreviewType>
| Enum Constant and Description |
|---|
AUTOMATIC
automatic
|
CHECKLIST
checklist
|
DESCRIPTION
description
|
NO_PREVIEW
no Preview
|
REFERENCE
reference
|
UNEXPECTED_VALUE
For PlannerPreviewType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static PlannerPreviewType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlannerPreviewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlannerPreviewType AUTOMATIC
public static final PlannerPreviewType NO_PREVIEW
public static final PlannerPreviewType CHECKLIST
public static final PlannerPreviewType DESCRIPTION
public static final PlannerPreviewType REFERENCE
public static final PlannerPreviewType UNEXPECTED_VALUE
public static PlannerPreviewType[] values()
for (PlannerPreviewType c : PlannerPreviewType.values()) System.out.println(c);
public static PlannerPreviewType 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 null