com.pega.pegarules.pub.runtime
Interface EditInput
- All Superinterfaces:
- GeneratedJava
public interface EditInput
- extends GeneratedJava
The 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.
- Version:
- $Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
- Author:
- John van der Meer
Method Summary |
void |
assign(ClipboardProperty theProperty,
java.lang.String theValue)
The perform method defines the processing associated
with each implementation of EditInput . |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
assign
void assign(ClipboardProperty theProperty,
java.lang.String theValue)
- The
perform
method defines the processing associated
with each implementation of EditInput
.
- Parameters:
theProperty
- the PropertyInfo.MODE_STRING
property
to receive the processed valuetheValue
- specified input value
Copyright © 2012 Pegasystems Inc. All Rights Reserved.