com.bea.alsb.presentation
Class Option

java.lang.Object
  extended by com.bea.alsb.presentation.Option
All Implemented Interfaces:
IOption
Direct Known Subclasses:
TransportUIFactory.Option

public class Option
extends Object
implements IOption

Option Object


Constructor Summary
Option(String value, String formattedValue)
           
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

Option

public Option(String value,
              String formattedValue)

Option

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

getValue

public String getValue()
Specified by:
getValue in interface IOption

getFormattedValue

public String getFormattedValue()
Specified by:
getFormattedValue in interface IOption

getType

public String getType()
Specified by:
getType in interface IOption