Uses of Interface
de.armax.ax.devtools.uml.AXassociation

Packages that use AXassociation
de.armax.ax.devtools.generator   
de.armax.ax.devtools.uml This package contains our UML abstraction layer specification. 
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 AXassociation in de.armax.ax.devtools.generator
 

Methods in de.armax.ax.devtools.generator with parameters of type AXassociation
 java.lang.String AXojbHelper.getJdbcType(AXassociation assoc)
           
 java.lang.String AXojbHelper.getDbType(AXassociation assoc)
          Get the db-type for the given assoc The type defaults to java.lang.String, the length defaults to 50
 java.lang.String AXojbHelper.getConversionAttribute(AXassociation assoc)
          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(AXassociation assoc)
          Looks up the conversion class in the properties file.
 java.lang.String AXojbHelper.getCascadeType(AXassociation assoc)
          Get the hibernate cascade type (none, delete, autoupdate or all).
 

Uses of AXassociation in de.armax.ax.devtools.uml
 

Methods in de.armax.ax.devtools.uml that return AXassociation
 AXassociation AXassociation.getInverseAssociation()
          Get an association representing the same UML association as it is seen by the other end.
 

Uses of AXassociation in de.armax.ax.devtools.uml.mdr
 

Classes in de.armax.ax.devtools.uml.mdr that implement AXassociation
 class AXassociationMdrImpl
           
 

Methods in de.armax.ax.devtools.uml.mdr that return AXassociation
 AXassociation AXmodelMdrImpl.getAssociation(org.omg.uml.foundation.core.UmlAssociation assoc, AXassociationEnd thisEnd)
           
 AXassociation AXassociationMdrImpl.getInverseAssociation()
           
 

Uses of AXassociation in de.armax.ax.devtools.uml.nsuml
 

Classes in de.armax.ax.devtools.uml.nsuml that implement AXassociation
 class AXassociationNsumlImpl
           
 

Methods in de.armax.ax.devtools.uml.nsuml that return AXassociation
 AXassociation AXmodelNsumlImpl.getAssociation(ru.novosoft.uml.foundation.core.MAssociation assoc, AXclass cls)
           
 AXassociation AXassociationNsumlImpl.getInverseAssociation()
           
 



Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.