Uses of Class
org.jacorb.idl.IDLTypes

Packages that use IDLTypes
org.jacorb.idl   
 

Uses of IDLTypes in org.jacorb.idl
 

Methods in org.jacorb.idl that return IDLTypes
static IDLTypes IDLTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IDLTypes[] IDLTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jacorb.idl with parameters of type IDLTypes
static void NameTable.define(String name, IDLTypes kind)
          define a name.
static boolean NameTable.isDefined(String name, IDLTypes kind)
           
static boolean IDLTypes.isTypeKind(IDLTypes type)
           
 



Copyright © 2012 JacORB. All Rights Reserved.