com.pega.pegarules.pub.runtime
Interface PropertyAlias

All Superinterfaces:
GeneratedJava

public interface PropertyAlias
extends GeneratedJava

The PropertyAlias interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-Property-Alias instances.

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
Tim Miranda

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Method Summary
 java.lang.Object getValue()
          Execute this Rule-Obj-Property-Alias and get its value.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

getValue

java.lang.Object getValue()
Execute this Rule-Obj-Property-Alias and get its value. For non-expression aliases (simple references), the value of the property referenced will be returned. For expression-based aliases, the expression will be executed and the value returned. To determine the java type of the returned object, use ClassInfo.getImmutablePropertyAliasInfo() to interrogate the alias definition.

Returns:
Object The computed/referenced value.


Copyright © 2012 Pegasystems Inc. All Rights Reserved.