com.bea.alsb.presentation
Interface ISimpleCell

All Known Implementing Classes:
SimpleCell, TransportUIFactory.SimpleCell

public interface ISimpleCell

Simple Cell Interface


Method Summary
 java.lang.String getString()
          returns the STRING value
 java.lang.Object getType()
          returns the type of value
 UIObject getUIObject()
          returns the UIOBJECT value
 

Method Detail

getType

java.lang.Object getType()
returns the type of value


getString

java.lang.String getString()
returns the STRING value


getUIObject

UIObject getUIObject()
returns the UIOBJECT value