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
          Aggregate value interface.
 interface ByteStringValue
          Byte String value interface.
 interface DateTimeValue
          Date Time value interface.
 interface DecimalValue
          Decimal value interface.
 interface FloatValue
          Float value interface.
 interface IntegerValue
          Integer value interface.
 interface MultipleValue
          Multiple value interface.
 interface ReferenceValue
          Reference value interface.
 interface StringValue
          String value interface.
 interface TimeStampValue
          Time Stamp value interface.
 

Methods in com.ibm.pdp.maf.rpp.kernel that return AbstractValue
 AbstractValue Field.getValue()
          Returns the value of the field.
 

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