com.bea.wli.sb.transports.ui
Class TransportUIFactory.SimpleCell

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.SimpleCell
All Implemented Interfaces:
ISimpleCell
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.SimpleCell
extends Object
implements ISimpleCell

Simple Cell Object


Nested Class Summary
static class TransportUIFactory.SimpleCell.SimpleCellType
          The types of content in a cell
 
Constructor Summary
TransportUIFactory.SimpleCell(String value)
          Constructor (for STRING)
TransportUIFactory.SimpleCell(TransportUIFactory.TransportUIObject uiObject)
          Constructor (for UIOBBECT)
 
Method Summary
 String getString()
          returns the STRING value
 TransportUIFactory.SimpleCell.SimpleCellType getType()
          returns the type of value
 TransportUIFactory.TransportUIObject getUIObject()
          returns the UIOBJECT value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportUIFactory.SimpleCell

public TransportUIFactory.SimpleCell(String value)
Constructor (for STRING)


TransportUIFactory.SimpleCell

public TransportUIFactory.SimpleCell(TransportUIFactory.TransportUIObject uiObject)
Constructor (for UIOBBECT)

Method Detail

getType

public TransportUIFactory.SimpleCell.SimpleCellType getType()
returns the type of value

Specified by:
getType in interface ISimpleCell

getString

public String getString()
returns the STRING value

Specified by:
getString in interface ISimpleCell

getUIObject

public TransportUIFactory.TransportUIObject getUIObject()
returns the UIOBJECT value

Specified by:
getUIObject in interface ISimpleCell