com.bea.wli.datatype
Interface DataTypeValueSummarizer.ValueMediator

All Superinterfaces:
Serializable
All Known Subinterfaces:
DataTypeValueSummarizer.InPlaceValueMediator
Enclosing interface:
DataTypeValueSummarizer

public static interface DataTypeValueSummarizer.ValueMediator
extends Serializable


Method Summary
 Object getEditorValue()
           
 DataType getEditorValueDataType()
           
 Object getValue()
           
 DataType getValueDataType()
           
 Object newEditorValue()
           
 void setEditorValue(Object value)
           
 

Method Detail

getEditorValueDataType

DataType getEditorValueDataType()
                                throws DataTypeException
Throws:
DataTypeException

getEditorValue

Object getEditorValue()
                      throws DataTypeException
Throws:
DataTypeException

newEditorValue

Object newEditorValue()
                      throws DataTypeException
Throws:
DataTypeException

setEditorValue

void setEditorValue(Object value)
                    throws DataTypeException
Throws:
DataTypeException

getValueDataType

DataType getValueDataType()
                          throws DataTypeException
Throws:
DataTypeException

getValue

Object getValue()