public enum EWizardStepFormShare extends Enum<EWizardStepFormShare>
Enum
for wizards steps during form link creationEnum Constant and Description |
---|
CUSTOMIZE |
RESULT_OUTPUT |
SELECT_TYPE |
Modifier and Type | Method and Description |
---|---|
EWizardStepFormShare |
getNext() |
EWizardStepFormShare |
getPrevious() |
boolean |
hasNext() |
boolean |
hasPrevious() |
static EWizardStepFormShare |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWizardStepFormShare[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWizardStepFormShare SELECT_TYPE
public static final EWizardStepFormShare RESULT_OUTPUT
public static final EWizardStepFormShare CUSTOMIZE
public static EWizardStepFormShare[] values()
for (EWizardStepFormShare c : EWizardStepFormShare.values()) System.out.println(c);
public static EWizardStepFormShare 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 nullpublic EWizardStepFormShare getPrevious()
public EWizardStepFormShare getNext()
public boolean hasPrevious()
public boolean hasNext()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.