com.bea.wli.datatype
Interface DataTypeInPlaceEditableValue

All Known Implementing Classes:
PropertyInstanceHolder

public interface DataTypeInPlaceEditableValue

Represents a value of some data type that can be edited as a field in UI editor using a String representation.


Field Summary
static String VALUE_PROPERTY_NAME
           
 
Method Summary
 DataType getDataType()
           
 String getEditorValueAsString()
           
 void setEditorValueAsString(String value)
           
 

Field Detail

VALUE_PROPERTY_NAME

static final String VALUE_PROPERTY_NAME
See Also:
Constant Field Values
Method Detail

getDataType

DataType getDataType()

getEditorValueAsString

String getEditorValueAsString()
                              throws DataTypeException
Throws:
DataTypeException

setEditorValueAsString

void setEditorValueAsString(String value)
                            throws DataTypeException
Throws:
DataTypeException