com.sap.netweaver.coll.shared.api.extension
Interface IParameterValue

All Superinterfaces:
IDisplayable

public interface IParameterValue
extends IDisplayable

Interface describing an extension parameter value. The displayable information can be used to interactively define rules how to compute the parameter value. The value can be a constant or a parameter name referencing to an other parameter that is also computed, e.g. by an other extension.


Method Summary
 java.lang.Object getValue()
          Get the parameter value.
 boolean isReference()
          Check if the value is a name referencing an other parameter.
 
Methods inherited from interface com.sap.netweaver.coll.shared.api.extension.IDisplayable
getDescription, getId, getName
 

Method Detail

isReference

public boolean isReference()
Check if the value is a name referencing an other parameter.
Returns:
If the parameter is a reference

getValue

public java.lang.Object getValue()
Get the parameter value.
Returns:
The value