Package | Description |
---|---|
com.orchestranetworks.addon.dpra.function |
Provides classes and interfaces to create custom functions.
|
Modifier and Type | Method and Description |
---|---|
static FunctionDefinitionOnFieldBuilder |
FunctionDefinition.onField(String code)
Returns the builder for a function at the field level.
|
FunctionDefinitionOnFieldBuilder |
FunctionDefinitionOnFieldBuilder.onValidation(FunctionValidationOnField validation)
Sets the validation.
|