|
||||||||||
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()
|
AttributeDefinition |
DefinitionLoader.getRIMAttributeDef(java.lang.String className,
java.lang.String attributeName)
Creates an AttributeDefinition for the given attribute by looking up the required information in the DB. |
AttributeDefinition[] |
DefinitionLoader.getRIMAttributes(java.lang.String className)
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 | |
---|---|
java.lang.String |
CMPAttributeGenerator.makeBeanAttribute(AttributeDefinition att)
Returns public attribute declaration associated with this attribute in CMP Entity Bean. |
java.lang.String |
CMPAttributeGenerator.makeBeanCode(AttributeDefinition att)
Returns source code for the methods that represent the given attribute in a CMP Entity EJB implementation. |
static java.lang.String |
SourceGenerator.makeGetterSignature(AttributeDefinition att)
Returns a public method signature for the getter of a given attribute (not incl. |
java.lang.String |
CMPAttributeGenerator.makeRemoteCode(AttributeDefinition att)
Returns source code for the method signatures that represent the given attribute in the EJB remote interface. |
static java.lang.String |
SourceGenerator.makeSetterSignature(AttributeDefinition att)
Returns a public method signature for the setter of a given attribute (not incl. |
void |
ClassDefinition.setAttributes(AttributeDefinition[] attributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |