|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v3.sourcegen.SourceGenerator
public class SourceGenerator
Tools for the generation of HL7 v3 source code.
| Constructor Summary | |
|---|---|
SourceGenerator()
Deprecated. Creates a new instance of SourceGenerator |
|
| Method Summary | |
|---|---|
static int |
findLineBreak(String s,
int start,
int maxLength)
Deprecated. Returns a suitable location for a line break (e.g. |
static String |
getRIMDataTypePackage()
Deprecated. |
static String |
getRIMPackage()
Deprecated. |
static void |
main(String[] args)
Deprecated. |
static String |
makeGetterSignature(AttributeDefinition att)
Deprecated. Returns a public method signature for the getter of a given attribute (not incl. |
static String |
makeJavaDocComment(String description,
int indent)
Deprecated. |
static String |
makeSetterSignature(AttributeDefinition att)
Deprecated. Returns a public method signature for the setter of a given attribute (not incl. |
static void |
writeDataTypeCode(File dtDir,
String dataType,
Connection conn)
Deprecated. |
static void |
writeEJBCode(File baseDirectory,
Connection conn)
Deprecated. |
static void |
writeEJBCode(File rimDir,
String RIMClass,
Connection conn)
Deprecated. Writes source code for an EJB representation of the given RIM class to the given directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceGenerator()
| Method Detail |
|---|
public static void writeEJBCode(File baseDirectory,
Connection conn)
throws Exception
Exception
public static void writeEJBCode(File rimDir,
String RIMClass,
Connection conn)
throws Exception
Exception
public static void writeDataTypeCode(File dtDir,
String dataType,
Connection conn)
throws Exception
Exceptionpublic static String makeSetterSignature(AttributeDefinition att)
public static String makeGetterSignature(AttributeDefinition att)
public static String getRIMPackage()
public static String getRIMDataTypePackage()
public static String makeJavaDocComment(String description,
int indent)
public static int findLineBreak(String s,
int start,
int maxLength)
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||