|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeDefinition | |
|---|---|
| ca.uhn.hl7v3.sourcegen | |
| Uses of AttributeDefinition in ca.uhn.hl7v3.sourcegen |
|---|
| Methods in ca.uhn.hl7v3.sourcegen that return AttributeDefinition | |
|---|---|
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. |
| Methods in ca.uhn.hl7v3.sourcegen with parameters of type AttributeDefinition | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||