public interface GenericAssemblerValidator extends GenericAssembler
RuleBasedAssembler
interface is the minimum implementation
required for an assembler. This is used by generation services to frame
the one assembler that dispatches to rules that implement assembly.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalParametersName()
Names the Local Parameters property (a PageList of Embed-MethodParams)
in the Rule- class associated with this instance, if any.
|
java.lang.String |
getPagesAndClassesName()
Names the Pages&Classes property (a PageList of Embed-PagesAndClasses)
in the Rule- class associated with this instance, if any.
|
java.lang.String |
getParametersName()
Names the Parameters property (a PageList of Embed-MethodParams)
in the Rule- class associated with this instance, if any.
|
getDefinedPrimaryPageClass
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
java.lang.String getLocalParametersName()
null
or empty String
to indicate that no such
property is included in this Rule- class.java.lang.String getPagesAndClassesName()
null
or empty String
to indicate that no such
property is included in this Rule- class.java.lang.String getParametersName()
null
or empty String
to indicate that no such
property is included in this Rule- class.Copyright © 2015 Pegasystems Inc. All Rights Reserved.