public interface SpringDependency extends DependencyFacade
Modifier and Type | Method and Description |
---|---|
String |
getDaoGetterName()
The name of the DAO reference getter name.
|
String |
getDaoName()
The name given to a DAO reference.
|
String |
getDaoSetterName()
The DAO reference setter's name.
|
String |
getTransformationAnonymousName()
TODO: Model Documentation for
org.andromda.cartridges.spring.metafacades.SpringDependency.transformationAnonymousName
|
String |
getTransformationConstantName()
The name of the constant designated for use as a transformation flag for value objects (only
makes sense when this dependency goes into a value object).
|
int |
getTransformationConstantValue()
Stores the transformation constrant name.
|
String |
getTransformationMethodName()
The name of the method use for transformation into a value object (only makes sense when this
dependency goes into a value object).
|
String |
getTransformationToArrayMethodName()
Returns the name of the method for transforming the contents of a collection to an array.
|
String |
getTransformationToCollectionMethodName()
Returns the name of the method for transforming the contents of a collection.
|
String |
getTransformationToEntityCollectionMethodName()
The method name that performs the value object collection to entity collection
transformation.
|
String |
getTransformationToEntityMethodName()
The name of the "to entity" transformation method name.
|
String |
getValueObjectToEntityTransformerName()
The name of the class that performs the value object to entity transformation.
|
boolean |
isCircularReference()
Indicates if this dependency is part of a circular reference (meaning that both entities
reference each other).
|
boolean |
isSpringDependencyMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
getGetterName, getSetterName, getSourceElement, getTargetElement, isDependencyFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isSpringDependencyMetaType()
true
String getDaoGetterName()
String getDaoName()
String getDaoSetterName()
String getTransformationAnonymousName()
String getTransformationConstantName()
int getTransformationConstantValue()
String getTransformationMethodName()
String getTransformationToArrayMethodName()
String getTransformationToCollectionMethodName()
String getTransformationToEntityCollectionMethodName()
String getTransformationToEntityMethodName()
String getValueObjectToEntityTransformerName()
boolean isCircularReference()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.