com.businessobjects.sdk.plugin.desktop.profile
Interface IProfileValueItem


public interface IProfileValueItem


Method Summary
 java.lang.String getValueItemValue()
           Returns the value for this profile value item.
 void setValueItemValue(java.lang.String value)
           Sets the value of this profileValueItem.
 

Method Detail

getValueItemValue

java.lang.String getValueItemValue()

Returns the value for this profile value item.

Returns:
An String representing the value of profile.

setValueItemValue

void setValueItemValue(java.lang.String value)
                       throws SDKException

Sets the value of this profileValueItem.

Throws:
SDKException