ca.uhn.hl7v3.sourcegen
Class DataTypeGenerator

java.lang.Object
  extended by ca.uhn.hl7v3.sourcegen.DataTypeGenerator

Deprecated.

public class DataTypeGenerator
extends Object

Creates source code for RIM DataTypes.

Author:
Bryan Tripp

Constructor Summary
DataTypeGenerator()
          Deprecated. Creates a new instance of DataTypeGenerator
 
Method Summary
 String makeAttributeDeclaration(ComponentDefinition component)
          Deprecated.  
 String makeComposite(DataTypeDefinition compositeType)
          Deprecated.  
 String makeDataType(DataTypeDefinition type)
          Deprecated.  
 String makeGeneric(DataTypeDefinition genericType)
          Deprecated.  
 String makeGetter(ComponentDefinition component)
          Deprecated.  
 String makeInstance(DataTypeDefinition instanceType)
          Deprecated.  
 String makePrimitive(DataTypeDefinition primitiveType)
          Deprecated.  
 String makeSetter(ComponentDefinition component)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTypeGenerator

public DataTypeGenerator()
Deprecated. 
Creates a new instance of DataTypeGenerator

Method Detail

makeDataType

public String makeDataType(DataTypeDefinition type)
Deprecated. 

makePrimitive

public String makePrimitive(DataTypeDefinition primitiveType)
Deprecated. 

makeComposite

public String makeComposite(DataTypeDefinition compositeType)
Deprecated. 

makeGeneric

public String makeGeneric(DataTypeDefinition genericType)
Deprecated. 

makeInstance

public String makeInstance(DataTypeDefinition instanceType)
Deprecated. 

makeAttributeDeclaration

public String makeAttributeDeclaration(ComponentDefinition component)
Deprecated. 

makeGetter

public String makeGetter(ComponentDefinition component)
Deprecated. 

makeSetter

public String makeSetter(ComponentDefinition component)
Deprecated. 


Copyright © 2001-2012 University Health Network. All Rights Reserved.