org.jacorb.idl
Class TypePrefixes

java.lang.Object
  extended by org.jacorb.idl.TypePrefixes

public class TypePrefixes
extends Object

A table of defined typeprefixes

Version:
$Id: TypePrefixes.java,v 1.2 2011-05-10 15:40:36 nick.cross Exp $
Author:
Alexander Birchenko

Constructor Summary
TypePrefixes()
           
 
Method Summary
static void define(String moduleName, String prefix)
           
static String getDefined(String moduleName)
           
static Hashtable getTypePrefixes()
           
static boolean isDefined(String moduleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypePrefixes

public TypePrefixes()
Method Detail

define

public static void define(String moduleName,
                          String prefix)

isDefined

public static boolean isDefined(String moduleName)

getDefined

public static String getDefined(String moduleName)

getTypePrefixes

public static Hashtable getTypePrefixes()


Copyright © 2012 JacORB. All Rights Reserved.