com.pega.pegarules.pub.clipboard
Interface JavaPropertyTransform


public interface JavaPropertyTransform

This is the interface to use for building Java Property Transforms. These transforms are used to transform a specific java class to a single value and single values back into instances of the specific java class. This is useful in PRObjectWrappers where, for example, java.util.Date should map a single value date property rather than a page property of class Date. The JavaPropertyTransformRegistry class is used to track which java classes have transforms.

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
David Burns
See Also:
JavaPropertyTransformRegistry

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Method Summary
 java.lang.String instanceToString(ClipboardProperty associatedProperty, java.lang.Object sourceInstance)
           
 java.lang.Object stringToInstance(ClipboardProperty associatedProperty, java.lang.String sourceString)
           
 

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

instanceToString

java.lang.String instanceToString(ClipboardProperty associatedProperty,
                                  java.lang.Object sourceInstance)

stringToInstance

java.lang.Object stringToInstance(ClipboardProperty associatedProperty,
                                  java.lang.String sourceString)


Copyright © 2012 Pegasystems Inc. All Rights Reserved.