|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutablePropertyInfo | |
---|---|
com.pega.pegarules.pub.dictionary | Dictionary validation interface for PegaRULES engine. |
com.pega.pegarules.pub.generator | Java generation public interfaces and classes. |
Uses of ImmutablePropertyInfo in com.pega.pegarules.pub.dictionary |
---|
Subinterfaces of ImmutablePropertyInfo in com.pega.pegarules.pub.dictionary | |
---|---|
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. |
Methods in com.pega.pegarules.pub.dictionary that return ImmutablePropertyInfo | |
---|---|
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. |
Uses of ImmutablePropertyInfo in com.pega.pegarules.pub.generator |
---|
Methods in com.pega.pegarules.pub.generator that return ImmutablePropertyInfo | |
---|---|
ImmutablePropertyInfo |
CodeGenerator.getPropInfo()
Returns the mPropInfo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |