void |
ConstraintOnNull.checkNull(ValueContextForValidation aValidationContext) |
This method performs a check when no value is defined; adds
error message if necessary.
|
void |
Constraint.checkOccurrence(T aValue,
ValueContextForValidation aValidationContext) |
Checks the specified value, and adds an
error message if invalid.
|
String |
ConstraintEnumeration.displayOccurrence(T aValue,
ValueContext aContext,
Locale aLocale) |
Returns a string representation of the value specified for the end-user (a label).
|
String |
TableRefDisplay.displayOccurrence(Adaptation aRecord,
Locale aLocale) |
Returns an end-user label for the specified record.
|
Nomenclature |
ConstraintNomenclature.getNomenclature(ValueContext aContext) |
Deprecated.
Returns a sequence of value-label pairs, where the values correspond to the
underlying enumeration of this constraint.
|
List<T> |
ConstraintEnumeration.getValues(ValueContext aContext) |
Returns all values of the underlying enumeration
of this constraint.
|
String |
Constraint.toUserDocumentation(Locale userLocale,
ValueContext aContext) |
Returns the end-user documentation for this constraint.
|
String |
ConstraintOnTable.toUserDocumentation(Locale userLocale,
ValueContext aContext) |
Returns end-user documentation for this constraint.
|
String |
TableRefFilter.toUserDocumentation(Locale userLocale,
ValueContext aContext) |
Returns the end-user documentation for this filter.
|