| Package | Description |
|---|---|
| ca.uhn.hl7v3.sourcegen |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition[] |
ClassDefinition.getAttributes()
Deprecated.
|
AttributeDefinition |
DefinitionLoader.getRIMAttributeDef(String className,
String attributeName)
Deprecated.
Creates an AttributeDefinition for the given attribute by looking up the required information in the DB.
|
AttributeDefinition[] |
DefinitionLoader.getRIMAttributes(String className)
Deprecated.
Looks up a list of attributes for the given class and creates AttributeDefinitions by calling getRIMAttributeDef.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CMPAttributeGenerator.makeBeanAttribute(AttributeDefinition att)
Deprecated.
Returns public attribute declaration associated with this attribute in CMP Entity Bean.
|
String |
CMPAttributeGenerator.makeBeanCode(AttributeDefinition att)
Deprecated.
Returns source code for the methods that represent the given attribute
in a CMP Entity EJB implementation.
|
static String |
SourceGenerator.makeGetterSignature(AttributeDefinition att)
Deprecated.
Returns a public method signature for the getter of a given attribute (not incl.
|
String |
CMPAttributeGenerator.makeRemoteCode(AttributeDefinition att)
Deprecated.
Returns source code for the method signatures that represent the given
attribute in the EJB remote interface.
|
static String |
SourceGenerator.makeSetterSignature(AttributeDefinition att)
Deprecated.
Returns a public method signature for the setter of a given attribute (not incl.
|
void |
ClassDefinition.setAttributes(AttributeDefinition[] attributes)
Deprecated.
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.