Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Uses of Interface
oracle.apps.cz.cio.IOption

Packages that use IOption
oracle.apps.cz.cio Provides classes used to create, save and restore configurations.  

 

Uses of IOption in oracle.apps.cz.cio

 

Subinterfaces of IOption in oracle.apps.cz.cio
 interface IBomItem
          Implemented by all selectable BOM items.

 

Classes in oracle.apps.cz.cio that implement IOption
 class BomInstance
          Abstract class used to represent some of the functionality of a configurable BOM Model.
 class BomModel
          Represents configurable BOM Models.
 class BomNode
          Represents configurable BOM option classes.
 class BomOptionClass
          Represents configurable BOM option classes.
 class BomStdItem
          Represents configurable BOM models.
 class Option
          Represents an option of an option feature.
 class OptionNode
          An abstract class implementing behavior common to all option-like objects.

 

Methods in oracle.apps.cz.cio that return IOption
 oracle.apps.cz.cio.IOption IOptionFeature.getSelectedOption()
          Returns the currently selected option, or null if no option is selected.
 oracle.apps.cz.cio.IOption OptionFeatureNode.getSelectedOption()
           

 

Methods in oracle.apps.cz.cio with parameters of type IOption
 void BomNode.select(oracle.apps.cz.cio.IOption option)
           
 void IOptionFeature.select(oracle.apps.cz.cio.IOption option)
          Select a particular option.
 void IOptionFeature.deselect(oracle.apps.cz.cio.IOption option)
          Deselect a particular option.
 void OptionFeatureNode.select(oracle.apps.cz.cio.IOption option)
           
 void OptionFeatureNode.deselect(oracle.apps.cz.cio.IOption option)
           

 


Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.