public static enum PageDescriptor.PrimaryAssemblyPageReliability extends java.lang.Enum<PageDescriptor.PrimaryAssemblyPageReliability>
Enum Constant and Description |
---|
ABSOLUTE_FOR_CLASSLESS_ASSEMBLY |
ABSOLUTE_IS_NOT_PRIMARY |
ABSOLUTE_IS_PRIMARY |
ABSOLUTE_ULTIMATE_STEP_PAGE |
GUESS_FOR_CLASSLESS_ASSEMBLY |
GUESS_IS_NOT_PRIMARY |
GUESS_IS_PRIMARY |
Modifier and Type | Method and Description |
---|---|
static PageDescriptor.PrimaryAssemblyPageReliability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageDescriptor.PrimaryAssemblyPageReliability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageDescriptor.PrimaryAssemblyPageReliability ABSOLUTE_IS_PRIMARY
public static final PageDescriptor.PrimaryAssemblyPageReliability ABSOLUTE_IS_NOT_PRIMARY
public static final PageDescriptor.PrimaryAssemblyPageReliability GUESS_IS_PRIMARY
public static final PageDescriptor.PrimaryAssemblyPageReliability GUESS_IS_NOT_PRIMARY
public static final PageDescriptor.PrimaryAssemblyPageReliability GUESS_FOR_CLASSLESS_ASSEMBLY
public static final PageDescriptor.PrimaryAssemblyPageReliability ABSOLUTE_FOR_CLASSLESS_ASSEMBLY
public static final PageDescriptor.PrimaryAssemblyPageReliability ABSOLUTE_ULTIMATE_STEP_PAGE
public static PageDescriptor.PrimaryAssemblyPageReliability[] values()
for (PageDescriptor.PrimaryAssemblyPageReliability c : PageDescriptor.PrimaryAssemblyPageReliability.values()) System.out.println(c);
public static PageDescriptor.PrimaryAssemblyPageReliability 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 nullCopyright © 2018 Pegasystems Inc. All Rights Reserved.