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

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

public static class TransportUIFactory.SimpleCell
extends Object

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


getString

public String getString()
returns the STRING value


getUIObject

public TransportUIFactory.TransportUIObject getUIObject()
returns the UIOBJECT value