public static enum Document.ComputeWithFormPhase extends Enum<Document.ComputeWithFormPhase>
Document.computeWithForm(boolean, ComputeWithFormCallback)
Enum Constant and Description |
---|
COMPUTED_FIELD_FORMULA
Error occurred when processing the computed field Value formula.
|
COMPUTED_FORMULA_LOAD
Error occurred when processing the computed field Value formula, during the "load" pass.
|
COMPUTED_FORMULA_SAVE
Error occurred when processing the computed field Value formula, during the "save" pass.
|
DATATYPE_VERIFICATION
Error occurred when verifying the data type for the field.
|
DEFAULT_VALUE_FORMULA
Error occurred when processing the Default Value formula.
|
INPUT_TRANSLATION_FORMULA
Error occurred when processing the Translation formula.
|
INPUT_VALIDATION_FORMULA
Error occurred when processing the Validation formula.
|
Modifier and Type | Method and Description |
---|---|
static Document.ComputeWithFormPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.ComputeWithFormPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Document.ComputeWithFormPhase DEFAULT_VALUE_FORMULA
public static final Document.ComputeWithFormPhase INPUT_TRANSLATION_FORMULA
public static final Document.ComputeWithFormPhase INPUT_VALIDATION_FORMULA
public static final Document.ComputeWithFormPhase COMPUTED_FIELD_FORMULA
public static final Document.ComputeWithFormPhase DATATYPE_VERIFICATION
public static final Document.ComputeWithFormPhase COMPUTED_FORMULA_LOAD
public static final Document.ComputeWithFormPhase COMPUTED_FORMULA_SAVE
public static Document.ComputeWithFormPhase[] values()
for (Document.ComputeWithFormPhase c : Document.ComputeWithFormPhase.values()) System.out.println(c);
public static Document.ComputeWithFormPhase 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 © 2019–2021 HCL. All rights reserved.