Uses of Interface
com.ibm.pdp.maf.rpp.kernel.AbstractValue

Packages that use AbstractValue
com.ibm.pdp.maf.rpp.kernel This package describes the com.ibm.pdp.maf.rpp.kernel, see the description for an UML overview. 
 

Uses of AbstractValue in com.ibm.pdp.maf.rpp.kernel
 

Subinterfaces of AbstractValue in com.ibm.pdp.maf.rpp.kernel
 interface AggregateValue
           
 interface ByteStringValue
           
 interface DateTimeValue
           
 interface DecimalValue
           
 interface FloatValue
           
 interface IntegerValue
           
 interface MultipleValue
           
 interface ReferenceValue
           
 interface StringValue
           
 interface TimeStampValue
           
 

Methods in com.ibm.pdp.maf.rpp.kernel that return AbstractValue
 AbstractValue Field.getValue()
           
 

Methods in com.ibm.pdp.maf.rpp.kernel that return types with arguments of type AbstractValue
 java.util.List<AbstractValue> MultipleValue.getValues()