Class Option

java.lang.Object
oracle.tip.tools.presentation.uiobjects.sdk.Option
com.bea.alsb.presentation.Option
All Implemented Interfaces:
IOption, Serializable, oracle.tip.tools.presentation.uiobjects.sdk.IOption
Direct Known Subclasses:
TransportUIFactory.Option

public class Option extends oracle.tip.tools.presentation.uiobjects.sdk.Option implements IOption, Serializable
Option Object
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Option(String value, String formattedValue)
     
    Option(String value, String formattedValue, String type)
     
  • Method Summary

    Methods inherited from class oracle.tip.tools.presentation.uiobjects.sdk.Option

    getFormattedValue, getType, getValue

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface oracle.tip.tools.presentation.uiobjects.sdk.IOption

    getFormattedValue, getType, getValue
  • Constructor Details