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

Uses of Class
oracle.apps.cz.cio.Property

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

 

Uses of Property in oracle.apps.cz.cio

 

Methods in oracle.apps.cz.cio that return Property
 oracle.apps.cz.cio.Property CIO.getPropertyByName(java.lang.String name, oracle.apps.cz.dio.model.DbModelNode node, oracle.apps.fnd.common.Context context)
          Returns a particular property of this node, based on its name.
 oracle.apps.cz.cio.Property CIO.getPropertyById(int id, oracle.apps.cz.dio.model.DbModelNode node, oracle.apps.fnd.common.Context context)
          Returns a particular property of this node, based on its ID.
 oracle.apps.cz.cio.Property IRuntimeNode.getPropertyByName(java.lang.String name)
          Returns a particular property of this node, based on its name.
 oracle.apps.cz.cio.Property RuntimeNode.getPropertyByName(java.lang.String name)
          Returns a particular property of this node, based on its name.
 oracle.apps.cz.cio.Property RuntimeNode.getPropertyById(int id)
          Returns a particular property of this node, based on its ID.

 


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.