|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v3.sourcegen.DataTypeDefinition
public class DataTypeDefinition
Contains information about a RIM data type, sufficient to generate source code for it.
| 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 |
|---|
public DataTypeDefinition()
| Method Detail |
|---|
public void setName(String name)
public String getName()
public void setLongName(String longName)
public String getLongName()
public void setDescription(String description)
public String getDescription()
public void setType(String type)
public String getType()
public void setSuperClass(String superClass)
public String getSuperClass()
public void setComponents(ComponentDefinition[] components)
public ComponentDefinition[] getComponents()
public static String mapInstanceName(String instanceRIMName)
public static String unmapInstanceName(String instanceJavaName)
public static String getAssociatedGeneric(String instanceJavaName)
public static boolean isInstance(String datatypeName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||