Skip navigation links

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

E13403-06


oracle.jdeveloper.dialogs
Enum ClassPackageListItem.Type

java.lang.Object
  extended by java.lang.Enum<ClassPackageListItem.Type>
      extended by oracle.jdeveloper.dialogs.ClassPackageListItem.Type

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ClassPackageListItem.Type>
Enclosing class:
ClassPackageListItem

public static enum ClassPackageListItem.Type
extends java.lang.Enum<ClassPackageListItem.Type>

Enum Constant Summary
CLASS_ITEM_FQ
           
CLASS_ITEM_UNQ
           
INTERFACE_ITEM_FQ
           
INTERFACE_ITEM_UNQ
           
PACKAGE_ITEM
           

 

Method Summary
 java.lang.String getDisplayText(java.lang.String fullyQualifiedClassName)
           
 javax.swing.Icon getIcon()
           
 java.lang.String getName(java.lang.String fullyQualifiedClassName)
           
static ClassPackageListItem.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClassPackageListItem.Type[] 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, toString, valueOf

 

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

 

Enum Constant Detail

PACKAGE_ITEM

public static final ClassPackageListItem.Type PACKAGE_ITEM

CLASS_ITEM_UNQ

public static final ClassPackageListItem.Type CLASS_ITEM_UNQ

CLASS_ITEM_FQ

public static final ClassPackageListItem.Type CLASS_ITEM_FQ

INTERFACE_ITEM_UNQ

public static final ClassPackageListItem.Type INTERFACE_ITEM_UNQ

INTERFACE_ITEM_FQ

public static final ClassPackageListItem.Type INTERFACE_ITEM_FQ

Method Detail

values

public static ClassPackageListItem.Type[] 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 (ClassPackageListItem.Type c : ClassPackageListItem.Type.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ClassPackageListItem.Type 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

getIcon

public javax.swing.Icon getIcon()

getDisplayText

public java.lang.String getDisplayText(java.lang.String fullyQualifiedClassName)

getName

public java.lang.String getName(java.lang.String fullyQualifiedClassName)

Skip navigation links

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

E13403-06


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