gov.nih.nci.cagrid.data.codegen
Class CQLResultTypesGenerator

java.lang.Object
  extended by gov.nih.nci.cagrid.data.codegen.CQLResultTypesGenerator

public class CQLResultTypesGenerator
extends java.lang.Object

Author:
oster

Constructor Summary
CQLResultTypesGenerator()
           
 
Method Summary
static void generateCQLResultTypesXSD(ResultTypeGeneratorInformation typeInfo)
          Generates the XSD for potential CQL Query Result types
static java.io.File getResultTypeXSDFile(ServiceInformation info)
           
static java.lang.String getResultTypeXSDFileName(ServiceType dataService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CQLResultTypesGenerator

public CQLResultTypesGenerator()
Method Detail

generateCQLResultTypesXSD

public static void generateCQLResultTypesXSD(ResultTypeGeneratorInformation typeInfo)
                                      throws CodegenExtensionException
Generates the XSD for potential CQL Query Result types

Parameters:
typeInfo - The type information
Throws:
CodegenExtensionException

getResultTypeXSDFileName

public static java.lang.String getResultTypeXSDFileName(ServiceType dataService)

getResultTypeXSDFile

public static java.io.File getResultTypeXSDFile(ServiceInformation info)