Uses of Class
oracle.dbtools.plugin.api.ExtensionPoints
-
Packages that use ExtensionPoints Package Description oracle.dbtools.plugin.api Enumerates theExtensionPointsthat plugins can extend. -
- <section role="region">
Uses of ExtensionPoints in oracle.dbtools.plugin.api
</section>Methods in oracle.dbtools.plugin.api that return ExtensionPoints Modifier and Type Method Description static ExtensionPointsExtensionPoints. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExtensionPoints[]ExtensionPoints. values()Returns an array containing the constants of this enum type, in the order they are declared.
- <section role="region">