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

Packages that use Field
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 Field in com.ibm.pdp.maf.rpp.kernel
 

Methods in com.ibm.pdp.maf.rpp.kernel that return Field
 Field UserEntity.getField()
          Returns the root field.
 Field DescriptionType.getField()
          Returns the root field.
 Field AggregateValue.getField(java.lang.String fieldName)
          Returns the field with that name.
 

Methods in com.ibm.pdp.maf.rpp.kernel that return types with arguments of type Field
 java.util.List<Field> AggregateValue.getFields()
          Returns the fields.