public interface EJB3DependencyFacade 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.ejb3.metafacades.EJB3DependencyFacade.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()
Gets the transformation constant integer value.
|
String |
getTransformationMethodName()
The name of the method used for transformation into a value object (only makes sense when
this dependency goes into a value object).
|
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 |
isEJB3DependencyFacadeMetaType()
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 isEJB3DependencyFacadeMetaType()
true
String getDaoGetterName()
String getDaoName()
String getDaoSetterName()
String getTransformationAnonymousName()
String getTransformationConstantName()
int getTransformationConstantValue()
String getTransformationMethodName()
String getTransformationToCollectionMethodName()
String getTransformationToEntityCollectionMethodName()
String getTransformationToEntityMethodName()
String getValueObjectToEntityTransformerName()
boolean isCircularReference()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.