Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.db.property.PropertyAction.Type

Packages that use PropertyAction.Type
oracle.javatools.db.extension   
oracle.javatools.db.property Contains classes for extending the object support that comes as standard in the database api (e.g. 
 

Uses of PropertyAction.Type in oracle.javatools.db.extension
 

Methods in oracle.javatools.db.extension with parameters of type PropertyAction.Type
 boolean DelegateDDLGenerator.supportsAction(java.lang.String type, PropertyAction.Type action)
           
 

Uses of PropertyAction.Type in oracle.javatools.db.property
 

Methods in oracle.javatools.db.property that return PropertyAction.Type
 PropertyAction.Type PropertyAction.getType()
          Gets the type of property action.
static PropertyAction.Type PropertyAction.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyAction.Type[] PropertyAction.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.javatools.db.property with parameters of type PropertyAction.Type
 boolean PropertyManager.supportsAction(java.lang.String type, PropertyAction.Type action)
          Asks whether a given action is supported for the specified object type in this provider.
 

Constructors in oracle.javatools.db.property with parameters of type PropertyAction.Type
PropertyAction(PropertyAction.Type type)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.