org.jacorb.idl
Class TypePrefixes
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypePrefixes
public TypePrefixes()
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.