public static enum Document.ComputeWithFormAction extends Enum<Document.ComputeWithFormAction>
Enum Constant and Description |
---|
ABORT
End all processing by
Document.computeWithForm(boolean, ComputeWithFormCallback)
and return the error status to the caller. |
NEXT_FIELD
End validation of the current field and go on to the next.
|
RECHECK_FIELD
Begin the validation process for this field over again.
|
Modifier and Type | Method and Description |
---|---|
short |
getShortVal() |
static Document.ComputeWithFormAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.ComputeWithFormAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Document.ComputeWithFormAction ABORT
Document.computeWithForm(boolean, ComputeWithFormCallback)
and return the error status to the caller.public static final Document.ComputeWithFormAction NEXT_FIELD
public static final Document.ComputeWithFormAction RECHECK_FIELD
public static Document.ComputeWithFormAction[] values()
for (Document.ComputeWithFormAction c : Document.ComputeWithFormAction.values()) System.out.println(c);
public static Document.ComputeWithFormAction 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 short getShortVal()
Copyright © 2019–2021 HCL. All rights reserved.