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

All Superinterfaces:
AbstractValue, Element

public interface AggregateValue
extends AbstractValue

Aggregate value interface.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 Field getField(java.lang.String fieldName)
           
 java.util.List<Field> getFields()
           
 

Field Detail

copyright

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

getField

Field getField(java.lang.String fieldName)

Returns the field with that name.

Parameters:
fieldName -
Returns:

getFields

java.util.List<Field> getFields()

Returns the fields.

Returns: