info.informatica.ui
Interface Valueset

All Known Implementing Classes:
DataValueMap, DataView, HTTPDataEntryForm, SwingDataEntryForm

public interface Valueset


Method Summary
 Object getValue(FieldName fieldname)
          Gives the value of the field named fieldname.
 

Method Detail

getValue

Object getValue(FieldName fieldname)
Gives the value of the field named fieldname.

Parameters:
fieldname - name of the field in DB catalog
Returns:
the field value. Returns null in two cases: if the field has null value, or if fieldname was not found as entity.