public interface JavaGeneratorExtended extends JavaGenerator
JavaGeneratorExtended
interface provides methods to
set values used during translation via the "ClipboardPage" interface
to FUA that are normally supplied directly a class-specific Rule
translator.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
DEFERRED, PRIMARY, SUPPORT
Modifier and Type | Method and Description |
---|---|
void |
setDefinedPrimaryPageClass(java.lang.String aName)
Names the Class of the primary page used by the Rule- class associated
with this instance by default.
|
void |
setLocalParametersName(java.lang.String aName)
Names the Local Parameters property (a PageList of Embed-MethodParams)
in the Rule- class associated with this instance, if any.
|
void |
setPagesAndClassesName(java.lang.String aName)
Names the Pages&Classes property (a PageList of Embed-PagesAndClasses)
in the Rule- class associated with this instance, if any.
|
void |
setParametersName(java.lang.String aName)
Names the Parameters property (a PageList of Embed-MethodParams)
in the Rule- class associated with this instance, if any.
|
getConstructorBody, getDefinedPrimaryPageClass, getInterfaceName, methodAbsent, methodAccess, methodBody, methodCall, methodCallVersion, methodClose, methodFinish, methodHeader, methodInit, methodVersionFinish, methodVersionHeader
getLocalParametersName, getPagesAndClassesName, getParametersName
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
void setPagesAndClassesName(java.lang.String aName)
aName
- name of this propertyvoid setParametersName(java.lang.String aName)
aName
- name of this propertyvoid setLocalParametersName(java.lang.String aName)
aName
- name of this propertyvoid setDefinedPrimaryPageClass(java.lang.String aName)
aName
- name of this Class.Copyright © 2018 Pegasystems Inc. All Rights Reserved.