public interface EditInput extends GeneratedJava
EditInput
interface is implemented by the Java which is
generated by First-Use Assembly based on Rule-Edit-Input instances. This
processing supports alternate input formats by providing a mechanism for
converting these values to an appropriate internal form.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
assign(ClipboardProperty theProperty,
java.lang.String theValue)
The
perform method defines the processing associated
with each implementation of EditInput . |
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
void assign(ClipboardProperty theProperty, java.lang.String theValue)
perform
method defines the processing associated
with each implementation of EditInput
.theProperty
- the PropertyInfo.MODE_STRING
property
to receive the processed valuetheValue
- specified input valueCopyright © 2018 Pegasystems Inc. All Rights Reserved.