com.bea.alsb.presentation
Interface ISimpleCell

All Known Implementing Classes:
SimpleCell, TransportUIFactory.SimpleCell

public interface ISimpleCell

Simple Cell Interface


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

Method Detail

getType

Object getType()
returns the type of value


getString

String getString()
returns the STRING value


getUIObject

UIObject getUIObject()
returns the UIOBJECT value