com.ibm.xsp.model
Class ViewRowData.ValueColumnInfo

java.lang.Object
  extended by com.ibm.xsp.model.ViewRowData.ValueColumnInfo
All Implemented Interfaces:
ViewRowData.ColumnInfo
Enclosing interface:
ViewRowData

public static class ViewRowData.ValueColumnInfo
extends java.lang.Object
implements ViewRowData.ColumnInfo

Implementation that only supports a value


Constructor Summary
ViewRowData.ValueColumnInfo(java.lang.Object value)
           
 
Method Summary
 java.lang.Object getValue()
          Return the value for this column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewRowData.ValueColumnInfo

public ViewRowData.ValueColumnInfo(java.lang.Object value)
Method Detail

getValue

public java.lang.Object getValue()
Description copied from interface: ViewRowData.ColumnInfo
Return the value for this column.

Specified by:
getValue in interface ViewRowData.ColumnInfo