|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.conf.classes.generator.builders.ConformanceSegGroupBuilder
public class ConformanceSegGroupBuilder
This Class builds Conformance SegGroup Classes
| Constructor Summary | |
|---|---|
ConformanceSegGroupBuilder(java.lang.String packageName,
java.lang.String version,
DeploymentManager depManager,
java.lang.String structID)
This constructor will create a new ConformanceSegmentBuilder |
|
| Method Summary | |
|---|---|
void |
buildClass(SegGroup segGroup,
java.lang.String parentUnderlyingType,
ProfileName profileName)
This method will build all the field children for this Segment |
static java.lang.String |
generateSegGroupName(SegGroup segGroup)
This method creates the segment group name which is comprised of all the underlying segments names put together |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConformanceSegGroupBuilder(java.lang.String packageName,
java.lang.String version,
DeploymentManager depManager,
java.lang.String structID)
packageName - the name of the packageversionString - the version of HL7 which these classes are conforming todepManager - the instance of DeploymentManager| Method Detail |
|---|
public void buildClass(SegGroup segGroup,
java.lang.String parentUnderlyingType,
ProfileName profileName)
segGroup - the SegGroup to buildparentUnderlyingType - the data type of the parent Message for this field
example "ca.uhn.hl7v2.model.v24.group.ADR_A19_..."profileName - this is the profile name associated with this Classpublic static java.lang.String generateSegGroupName(SegGroup segGroup)
segGroup - the SegGroup to build
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||