public interface EditValidate extends GeneratedJava
EditValidate
interface is implemented by the Java which is
generated by First-Use Assembly based on Rule-Edit-Validate instances. This
processing supports verification of specialized constraints on individual
(scalar) property values.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(ClipboardProperty theProperty)
The
evaluate method defines the processing associated
with each implementation of EditValidate . |
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
boolean evaluate(ClipboardProperty theProperty)
evaluate
method defines the processing associated
with each implementation of EditValidate
.theProperty
- the PropertyInfo.MODE_STRING
property
to be checkedtrue
if the value of the property satisfies the
defined test; false
if it fails this validationCopyright © 2015 Pegasystems Inc. All Rights Reserved.