Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.db.plsql
Enum PlSqlIdentifier.PlSqlType

java.lang.Object
  extended by java.lang.Enum<PlSqlIdentifier.PlSqlType>
      extended by oracle.javatools.db.plsql.PlSqlIdentifier.PlSqlType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PlSqlIdentifier.PlSqlType>
Enclosing class:
PlSqlIdentifier

public static enum PlSqlIdentifier.PlSqlType
extends java.lang.Enum<PlSqlIdentifier.PlSqlType>

Enum for PL/SQL types


Enum Constant Summary
FUNCTION
           
PACKAGE
           
PACKAGE_BODY
           
PROCEDURE
           
TRIGGER
           
TYPE
           
TYPE_BODY
           

 

Method Summary
 java.lang.String toString()
           
static PlSqlIdentifier.PlSqlType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlSqlIdentifier.PlSqlType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

PROCEDURE

public static final PlSqlIdentifier.PlSqlType PROCEDURE

FUNCTION

public static final PlSqlIdentifier.PlSqlType FUNCTION

PACKAGE

public static final PlSqlIdentifier.PlSqlType PACKAGE

PACKAGE_BODY

public static final PlSqlIdentifier.PlSqlType PACKAGE_BODY

TYPE

public static final PlSqlIdentifier.PlSqlType TYPE

TYPE_BODY

public static final PlSqlIdentifier.PlSqlType TYPE_BODY

TRIGGER

public static final PlSqlIdentifier.PlSqlType TRIGGER

Method Detail

values

public static PlSqlIdentifier.PlSqlType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PlSqlIdentifier.PlSqlType c : PlSqlIdentifier.PlSqlType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PlSqlIdentifier.PlSqlType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<PlSqlIdentifier.PlSqlType>

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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