com.crystaldecisions.sdk.plugin.desktop.common
Interface IDynamicRecipientProfileValue

All Known Subinterfaces:
IDynamicRecipientProfileValueMasterDoc, IDynamicRecipientProfileValueScopeBatch

public interface IDynamicRecipientProfileValue


Method Summary
 java.lang.Object getObjectValue()
           Returns the value of the variable to be personalized on.
 IProperties getProperties()
          Gets a collection of profiles.
 java.lang.String getValue()
          Deprecated. Use IDynamicRecipientProfileValue.getObjectValue() instead.
 void setValue(java.lang.Object value)
           Set the value of the variable to be personalized on.
 

Method Detail

getValue

java.lang.String getValue()
Deprecated. Use IDynamicRecipientProfileValue.getObjectValue() instead.

Returns the value of the variable to be personalized on.

Returns:
A String of the variable value.

getObjectValue

java.lang.Object getObjectValue()

Returns the value of the variable to be personalized on.

Returns:
An Object of the variable value.

setValue

void setValue(java.lang.Object value)
              throws SDKException

Set the value of the variable to be personalized on.

Parameters:
value - of the variable, e.g "Canada".
Throws:
SDKException

getProperties

IProperties getProperties()
                          throws SDKException

Gets a collection of profiles.

Returns:
A IProperties collection contains all names/value of profiles.
Throws:
SDKException