|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AXattribute | |
de.armax.ax.devtools.generator | |
de.armax.ax.devtools.uml.mdr | This is the MDR based implementation of our UML abstraction layer. |
de.armax.ax.devtools.uml.nsuml | This is the NSUML based implementation of our UML abstraction layer. |
Uses of AXattribute in de.armax.ax.devtools.generator |
Methods in de.armax.ax.devtools.generator that return AXattribute | |
AXattribute |
AXojbHelper.getAccessibleAttributeByName(AXclass clasz,
java.lang.String name,
boolean excludeImplemented)
|
Methods in de.armax.ax.devtools.generator with parameters of type AXattribute | |
java.lang.String |
AXojbHelper.getJdbcType(AXattribute attribute)
|
boolean |
AXojbHelper.hasMinMaxValues(AXattribute attribute)
|
java.lang.String |
AXojbHelper.getMinValue(AXattribute attribute)
|
java.lang.String |
AXojbHelper.getMaxValue(AXattribute attribute)
|
java.lang.String |
AXojbHelper.getDbType(AXattribute attrib)
Get the db-type for the given attribute Length defaults to 50 |
java.lang.String |
AXojbHelper.getConversionAttribute(AXattribute attribute)
This convenience method returns the XML attribute for OJB type conversion (conversion="foo.bar.FooToBarFieldConversion") preceded by a single blank. |
java.lang.String |
AXojbHelper.getConversionClassName(AXattribute attribute)
Looks up the conversion class in the properties file. |
java.lang.String |
AXojbHelper.getHibernateType(AXattribute attribute)
Get the hibernate type for a given attribute. |
java.lang.String |
AXojbHelper.getDbColumn(AXattribute attrib)
Get the db column for a given attribute. |
Uses of AXattribute in de.armax.ax.devtools.uml.mdr |
Classes in de.armax.ax.devtools.uml.mdr that implement AXattribute | |
class |
AXattributeMdrImpl
|
Uses of AXattribute in de.armax.ax.devtools.uml.nsuml |
Classes in de.armax.ax.devtools.uml.nsuml that implement AXattribute | |
class |
AXattributeNsumlImpl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |