Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class TypesUtils

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.TypesUtils

public final class TypesUtils
extends Object


Method Summary
static Scope generateAnonymousScopedName(Scope scope, org.apache.ws.commons.schema.XmlSchema schema)
           
static String getConstValueByName(antlr.collections.AST node, TypeMappingType typeMap)
           
static antlr.collections.AST getCorbaTypeNameNode(antlr.collections.AST node)
          Returns node corresponding to the name of the CORBA primitive type node.
static boolean isValidIdentifier(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCorbaTypeNameNode

public static antlr.collections.AST getCorbaTypeNameNode(antlr.collections.AST node)
Returns node corresponding to the name of the CORBA primitive type node.

Parameters:
node -
Returns:

isValidIdentifier

public static boolean isValidIdentifier(String id)

generateAnonymousScopedName

public static Scope generateAnonymousScopedName(Scope scope,
                                                org.apache.ws.commons.schema.XmlSchema schema)

getConstValueByName

public static String getConstValueByName(antlr.collections.AST node,
                                         TypeMappingType typeMap)

Apache CXF API

Apache CXF