public static enum CreateAnnotationWizardPage.PageStatus extends Enum<CreateAnnotationWizardPage.PageStatus>
| Enum Constant and Description |
|---|
NOT_VALIDATED |
VALIDATED |
| Modifier and Type | Method and Description |
|---|---|
static CreateAnnotationWizardPage.PageStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAnnotationWizardPage.PageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateAnnotationWizardPage.PageStatus VALIDATED
public static final CreateAnnotationWizardPage.PageStatus NOT_VALIDATED
public static CreateAnnotationWizardPage.PageStatus[] values()
for (CreateAnnotationWizardPage.PageStatus c : CreateAnnotationWizardPage.PageStatus.values()) System.out.println(c);
public static CreateAnnotationWizardPage.PageStatus 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 © 2001–2021 JBoss by Red Hat. All rights reserved.