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


public interface IValueSet

Interface describing a value set that is returned from the parameter info.


Method Summary
 IParameterValue[] getValues()
          Get the values.
 boolean isExclusive()
          If the value set is exclusive or can be extended by user input.
 

Method Detail

getValues

public IParameterValue[] getValues()
                            throws java.lang.Exception
Get the values.
Returns:
The values

isExclusive

public boolean isExclusive()
If the value set is exclusive or can be extended by user input.
Returns:
True if exclusive