com.ibm.pdp.maf.rpp.kernel
Interface MultipleValue

All Superinterfaces:
AbstractValue, Element

public interface MultipleValue
extends AbstractValue

Multiple value interface.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<AbstractValue> getValues()
          Returns the values.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getValues

java.util.List<AbstractValue> getValues()

Returns the values.

Returns: