Package | Description |
---|---|
com.pega.pegarules.pub.dictionary |
Dictionary validation interface for PegaRULES engine.
|
com.pega.pegarules.pub.generator |
Java generation public interfaces and classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyInfo
PropertyInfo is used as the container for the definition of a particular
property within a particular class as defined in the data dictionary.
|
Modifier and Type | Method and Description |
---|---|
ImmutablePropertyInfo |
ClassInfo.getImmutablePropertyInfo(java.lang.String aName)
Factory method for ImmutablePropertyInfo Objects that describe the properties
defined for this class.
|
ImmutablePropertyInfo |
Dictionary.getImmutablePropertyInfo(java.lang.String aClassName,
java.lang.String aPropertyName)
Get the
ImmutablePropertyInfo object for the named property. |
ImmutablePropertyInfo |
ClassInfo.getImmutableTerminalPropertyInfo(java.lang.String aRelativeReference)
Factory method for ImmutablePropertyInfo Objects that describe the properties
defined for this class.
|
ImmutablePropertyInfo |
ClassInfo.getImmutableTerminalPropertyInfo(java.lang.String aRelativeReference,
boolean aReferenceMayContainWildCards)
Factory method for ImmutablePropertyInfo Objects that describe the properties
defined for this class.
|
Modifier and Type | Method and Description |
---|---|
ImmutablePropertyInfo |
CodeGenerator.getPropInfo()
Returns the mPropInfo.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.