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

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

public static class TransportUIFactory.Option
extends Object


Constructor Summary
TransportUIFactory.Option(String value, String formattedValue)
           
TransportUIFactory.Option(String value, String formattedValue, String type)
           
 
Method Summary
 String getFormattedValue()
           
 String getType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportUIFactory.Option

public TransportUIFactory.Option(String value,
                                 String formattedValue)

TransportUIFactory.Option

public TransportUIFactory.Option(String value,
                                 String formattedValue,
                                 String type)
Method Detail

getValue

public String getValue()

getFormattedValue

public String getFormattedValue()

getType

public String getType()