ca.uhn.hl7v3.sourcegen
Class DataTypeDefinition

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

Deprecated.

public class DataTypeDefinition
extends Object

Contains information about a RIM data type, sufficient to generate source code for it.

Author:
Bryan Tripp

Constructor Summary
DataTypeDefinition()
          Deprecated. Creates a new instance of DataTypeDefinition
 
Method Summary
static String getAssociatedGeneric(String instanceJavaName)
          Deprecated. Given a name of the Java class for an Instance RIM data type (i.e.
 ComponentDefinition[] getComponents()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getLongName()
          Deprecated.  
 String getName()
          Deprecated.  
 String getSuperClass()
          Deprecated.  
 String getType()
          Deprecated.  
static boolean isInstance(String datatypeName)
          Deprecated. Returns true if the given datatype name is an Instance (i.e.
static String mapInstanceName(String instanceRIMName)
          Deprecated. Given the name of an Instance RIM data type (i.e.
 void setComponents(ComponentDefinition[] components)
          Deprecated.  
 void setDescription(String description)
          Deprecated.  
 void setLongName(String longName)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setSuperClass(String superClass)
          Deprecated.  
 void setType(String type)
          Deprecated.  
static String unmapInstanceName(String instanceJavaName)
          Deprecated. Performs the reverse mapping to mapInstanceName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTypeDefinition

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

Method Detail

setName

public void setName(String name)
Deprecated. 

getName

public String getName()
Deprecated. 

setLongName

public void setLongName(String longName)
Deprecated. 

getLongName

public String getLongName()
Deprecated. 

setDescription

public void setDescription(String description)
Deprecated. 

getDescription

public String getDescription()
Deprecated. 

setType

public void setType(String type)
Deprecated. 

getType

public String getType()
Deprecated. 

setSuperClass

public void setSuperClass(String superClass)
Deprecated. 

getSuperClass

public String getSuperClass()
Deprecated. 

setComponents

public void setComponents(ComponentDefinition[] components)
Deprecated. 

getComponents

public ComponentDefinition[] getComponents()
Deprecated. 

mapInstanceName

public static String mapInstanceName(String instanceRIMName)
Deprecated. 
Given the name of an Instance RIM data type (i.e. a restriction of a Generic type), provides the Java class name that will be used to represent it.


unmapInstanceName

public static String unmapInstanceName(String instanceJavaName)
Deprecated. 
Performs the reverse mapping to mapInstanceName.


getAssociatedGeneric

public static String getAssociatedGeneric(String instanceJavaName)
Deprecated. 
Given a name of the Java class for an Instance RIM data type (i.e. a restriction of a Generic type), returns the name of the associated Generic class.


isInstance

public static boolean isInstance(String datatypeName)
Deprecated. 
Returns true if the given datatype name is an Instance (i.e. specialization of a Generic).



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