public abstract class EJB3AssociationEndFacadeLogic extends MetafacadeBase implements EJB3AssociationEndFacade
EJB3AssociationEndFacade
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot, logger
Modifier | Constructor and Description |
---|---|
protected |
EJB3AssociationEndFacadeLogic(Object metaObjectIn,
String context)
Create Metafacade implementation instance using the MetafacadeFactory from the context
|
Modifier and Type | Method and Description |
---|---|
void |
copyTaggedValues(ModelElementFacade element)
Copies all tagged values from the given ModelElementFacade to this model element facade.
|
Object |
findTaggedValue(String tagName)
Finds the tagged value with the specified 'tagName'.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
String |
getAdderName()
A name suitable for use when adding new elements to this association end in programming code.
|
String |
getAggregationCascadeType()
Returns the default cascade property specified for UML aggregation.
|
String |
getAggregationKind()
Returns the value of the 'Aggregation' attribute (none, shared, composite).
|
AssociationFacade |
getAssociation()
The association owning this association end.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
String |
getCacheType()
Provides the cache policy for the entity association Collection.
|
String |
getCascadeType()
Return the cascade type attributes as an array of this association end or null if no relevant
cascade attribute is found.
|
String |
getCollectionIndexName()
Returns the association end collection index name.
|
String |
getCollectionIndexType()
this will only apply for Maps; it will return the type of the attribute specified on the
CollectionIndexName tagged value
|
String |
getCollectionType()
Returns the collection type defined on this association end using the
andromda_persistence_collection_type tagged value.
|
String |
getCollectionTypeImplemenationClass()
The fully qualified class name of the collection implementation type.
|
String |
getCollectionTypeImplementation()
The actual implementation of the collection type.
|
String |
getCollectionTypeImplementation(String arg)
The actual implementation of the collection type.
|
String |
getColumnDefinition()
Defines the column definition DDL used when creating table schema - use to override default
container DDL.
|
String |
getColumnIndex()
The name of the index to create on a column that persists the foreign key attribute.
|
String |
getColumnName()
The name of the column that makes up the foreign key.
|
String |
getCompositionCascadeType()
Returns the default cascade property specified for UML composition.
|
Collection<ConstraintFacade> |
getConstraints()
Gets all constraints belonging to the model element.
|
Collection<ConstraintFacade> |
getConstraints(String kind)
Returns the constraints of the argument kind that have been placed onto this model.
|
String |
getDefault()
UML2: Returns the value of the 'Default' attribute.
|
String |
getDefaultCollectionInterface()
Returns the default collection interface from namespace descriptor.
|
String |
getDocumentation(String indent)
Gets the documentation for the model element, The indent argument is prefixed to each line.
|
String |
getDocumentation(String indent,
int lineLength)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
String |
getDocumentation(String indent,
int lineLength,
boolean htmlStyle)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
String |
getFetchType()
Get the fetch type for this association end(CMR).
|
String |
getForeignKeyConstraintName()
The name of the foreign key constraint to use for databases.
|
String |
getForeignKeyConstraintName(String suffix)
Returns the name of the foreign key constraint to use for name property of
org.hibernate.annotations.ForeignKey annotation used for Many-To-One,
One-To-One and Many-To-Many relationships.
|
String |
getForeignKeyName(String suffix)
Returns the name of the foreign key to use for name property of JoinColumn/InverseJoinColumn
used in JoinTable for One-To-Many and Many-To-Many relationships.
|
String |
getForeignKeySuffix()
The current foreign key suffix specified for this entity association end facade.
|
String |
getFullyQualifiedName()
The fully qualified name of this model element.
|
String |
getFullyQualifiedName(boolean modelName)
Returns the fully qualified name of the model element.
|
String |
getFullyQualifiedNamePath()
Returns the fully qualified name as a path, the returned value always starts with out a slash
'/'.
|
String |
getGetterLabelName()
Returns the getter name for the label name of the display attribute of the manageable entity.
|
String |
getGetterName()
A name suitable for use when accessing this association end in programming code.
|
String |
getGetterSetterTypeName()
The name of the type that is returned on the accessor and mutator operations, determined in
part by the multiplicity.
|
String |
getHibernateCascadeType()
Returns the Hibernate cascade attribute of this association end.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
Collection<String> |
getKeywords()
UML2: Retrieves the keywords for this element.
|
String |
getLabel()
UML2: Retrieves a localized label for this named element.
|
String |
getLabelName()
Returns the label name for the association end used as the display attribute for manageable
entities.
|
TypeMappings |
getLanguageMappings()
The language mappings that have been set for this model element.
|
int |
getLower()
the lower value for the multiplicity
-only applicable for UML2
|
ModelFacade |
getModel()
Return the model containing this model element (multiple models may be loaded and processed
at the same time).
|
String |
getName()
The name of the model element.
|
String |
getOrderByClause()
The order by clause set to order the returning Collection object on the many side of an
association.
|
AssociationEndFacade |
getOtherEnd()
The other association end owned by this end's association.
|
ModelElementFacade |
getPackage()
Gets the package to which this model element belongs.
|
String |
getPackageName()
The name of this model element's package.
|
String |
getPackageName(boolean modelName)
Gets the package name (optionally providing the ability to retrieve the model name and not
the mapped name).
|
String |
getPackagePath()
Returns the package as a path, the returned value always starts with out a slash '/'.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
String |
getRemoverName()
A name suitable for use when removing element from this association end in programming code.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
String |
getSetterLabelName()
Returns the setter name for the label name of the display attribute of the manageable entity.
|
String |
getSetterName()
A name suitable for use when accessing this association end in programming code.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
String |
getSqlType()
The SQL type for this the foreign key column of this association end.
|
StateMachineFacade |
getStateMachineContext()
If this model element is the context of an activity graph, this represents that activity
graph.
|
Collection<String> |
getStereotypeNames()
The collection of ALL stereotype names for this model element.
|
Collection<StereotypeFacade> |
getStereotypes()
Gets all stereotypes for this model element.
|
Collection<TaggedValueFacade> |
getTaggedValues()
Return the TaggedValues associated with this model element, under all stereotypes.
|
Collection<DependencyFacade> |
getTargetDependencies()
Gets the dependencies for which this model element is the target.
|
Object |
getTemplateParameter(String parameterName)
Get the template parameter for this model element having the parameterName
|
Collection<TemplateParameterFacade> |
getTemplateParameters()
Get the template parameters for this model element
|
ClassifierFacade |
getType()
The classifier attached to this association end.
|
String |
getUniqueGroup()
The name of the unique-key that this unique association end belongs
|
int |
getUpper()
the upper value for the multiplicity (will be -1 for *)
-only applicable for UML2
|
String |
getValidationName() |
Object |
getValidationOwner() |
String |
getVisibility()
The visibility (i.e.
|
protected abstract String |
handleGetAggregationCascadeType() |
protected abstract String |
handleGetCacheType() |
protected abstract String |
handleGetCascadeType() |
protected abstract String |
handleGetCollectionIndexName() |
protected abstract String |
handleGetCollectionIndexType() |
protected abstract String |
handleGetCollectionType() |
protected abstract String |
handleGetCollectionTypeImplemenationClass() |
protected abstract String |
handleGetCollectionTypeImplementation() |
protected abstract String |
handleGetCollectionTypeImplementation(String arg)
Method to be implemented in descendants
The actual implementation of the collection type.
|
protected abstract String |
handleGetColumnDefinition() |
protected abstract String |
handleGetCompositionCascadeType() |
protected abstract String |
handleGetDefaultCollectionInterface() |
protected abstract String |
handleGetFetchType() |
protected abstract String |
handleGetForeignKeyConstraintName(String suffix)
Method to be implemented in descendants
Returns the name of the foreign key constraint to use for name property of
org.hibernate.annotations.ForeignKey annotation used for Many-To-One,
One-To-One and Many-To-Many relationships.
|
protected abstract String |
handleGetForeignKeyName(String suffix)
Method to be implemented in descendants
Returns the name of the foreign key to use for name property of JoinColumn/InverseJoinColumn
used in JoinTable for One-To-Many and Many-To-Many relationships.
|
protected abstract String |
handleGetGetterLabelName() |
protected abstract String |
handleGetHibernateCascadeType() |
protected abstract String |
handleGetLabelName() |
protected abstract String |
handleGetOrderByClause() |
protected abstract String |
handleGetSetterLabelName() |
protected abstract boolean |
handleHasTaggedValue(String name)
Method to be implemented in descendants
Returns true if the tagged value with the specified name exists for the association end.
|
protected abstract boolean |
handleIsAssociationCacheEnabled() |
protected abstract boolean |
handleIsCollection() |
protected abstract boolean |
handleIsCollectionInterfaceSortedSet() |
protected abstract boolean |
handleIsColumnNullable() |
protected abstract boolean |
handleIsEager() |
protected abstract boolean |
handleIsForeignKeyConstraintDefined() |
protected abstract boolean |
handleIsHibernateCascadeExists() |
protected abstract boolean |
handleIsLazy() |
protected abstract boolean |
handleIsList() |
protected abstract boolean |
handleIsMap() |
protected abstract boolean |
handleIsOptional() |
protected abstract boolean |
handleIsOwning() |
protected abstract boolean |
handleIsSet() |
boolean |
hasExactStereotype(String stereotypeName)
Returns true if the model element has the exact stereotype (meaning no stereotype inheritance
is taken into account when searching for the stereotype), false otherwise.
|
boolean |
hasKeyword(String keywordName)
Does the UML Element contain the named Keyword? Keywords can be separated by space, comma,
pipe, semicolon, or << >>
|
boolean |
hasStereotype(String stereotypeName)
Returns true if the model element has the specified stereotype.
|
boolean |
hasTaggedValue(String name)
Returns true if the tagged value with the specified name exists for the association end.
|
void |
initialize() |
boolean |
isAggregation()
True if this association end represents an aggregation relationship.
|
boolean |
isAssociationCacheEnabled()
Returns true if association caching has been enabled via namespace property
hibernateEnableAssociationCache.
|
boolean |
isAssociationEndFacadeMetaType() |
boolean |
isBidirectional()
Is true if update of one side of the association should also update the other side.
|
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isChild()
Returns whether or not (true/false) this association end is the child end of the assocation
(i.e.
|
boolean |
isCollection()
Returns true if the collection type is a collection.
|
boolean |
isCollectionInterfaceSortedSet()
Returns true if the collection interface for this association end is java.util.SortedSet.
|
boolean |
isColumnNullable()
Whether the column can be nullable.
|
boolean |
isComposition()
True if this association end represents a composition relationship.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isDerived()
If the association end is derived (its value is computed).
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isEager()
Determine if the fetch type for this entity relationship end is eager loading.
|
boolean |
isEJB3AssociationEndFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isEntityAssociationEndMetaType() |
boolean |
isForeignIdentifier()
Indicates whether or not a foreign identifier should be used for the entity that owns this
association end.
|
boolean |
isForeignKeyConstraintDefined()
Returns true if a foreign key constraint has been defined explicitly by the user.
|
boolean |
isHibernateCascadeExists()
Returns true if a Hibernate cascade attribute is defined for this association end.
|
boolean |
isIdentifier()
True if this association is an identifier for its entity.
|
boolean |
isIdentifiersPresent()
True if the associationEnd is marked with identifiers stereotype, false otherwise.
|
boolean |
isLazy()
Determine if the fetch type for this entity relationship end is lazy loading.
|
boolean |
isLeaf()
IsLeaf property in the association end property.
|
boolean |
isList()
Returns true if the collection type is a list.
|
boolean |
isMany()
True if this association end's multiplicity is greater than one.
|
boolean |
isMany2Many()
True if this association end's and the other end's multiplicities are both many.
|
boolean |
isMany2One()
True if this association end's multiplicity is many while the other end's is one.
|
boolean |
isMap()
Returns true if the collection type is a map.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isNavigable()
True if it is possible to navigate from the other end to this association end .
|
boolean |
isOne2Many()
True if this association end's multiplicity is one while the other end's is many.
|
boolean |
isOne2One()
True if this association end's and the other end's multiplicities are both one.
|
boolean |
isOptional()
Sets the optional attribute on the annotation to determine if a null value is allowed.
|
boolean |
isOrdered()
Indicates whether or not the association ends are ordered (if multiplicity is greater than
1).
|
boolean |
isOwning()
Determines if this association end if the owning side.
|
boolean |
isReadOnly()
True if the association end cannot be changed.
|
boolean |
isRequired()
True if this association end's multiplicity is strictly greater than zero.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isSet()
Returns true if the collection type is a set.
|
boolean |
isStatic()
Indicates if this associationEnd is 'static', meaning it has a classifier scope.
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isTransient()
Indicates this association end should be ignored by the persistence layer.
|
boolean |
isUnique()
UML2: If the association attribute is unique within the Collection type.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
void |
resetMetafacadeContext(String context)
Reset context only for non-root metafacades
|
String |
toString() |
String |
translateConstraint(String name,
String translation)
Searches for the constraint with the specified 'name' on this model element, and if found
translates it using the specified 'translation' from a translation library discovered by the
framework.
|
String[] |
translateConstraints(String translation)
Translates all constraints belonging to this model element with the given 'translation'.
|
String[] |
translateConstraints(String kind,
String translation)
Translates the constraints of the specified 'kind' belonging to this model element.
|
void |
validateInvariants(Collection<ModelValidationMessage> validationMessages) |
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
protected Object metaObject
Object
protected EJB3AssociationEndFacadeLogic(Object metaObjectIn, String context)
metaObjectIn
- context
- public void resetMetafacadeContext(String context)
resetMetafacadeContext
in class MetafacadeBase
context
- MetafacadeBase.resetMetafacadeContext(String context)
public boolean isEJB3AssociationEndFacadeMetaType()
EJB3AssociationEndFacade
isEJB3AssociationEndFacadeMetaType
in interface EJB3AssociationEndFacade
EJB3AssociationEndFacade
protected abstract String handleGetFetchType()
EJB3AssociationEndFacade.getFetchType()
public final String getFetchType()
getFetchType
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsOwning()
EJB3AssociationEndFacade.isOwning()
public final boolean isOwning()
isOwning
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsOptional()
EJB3AssociationEndFacade.isOptional()
public final boolean isOptional()
isOptional
in interface EJB3AssociationEndFacade
protected abstract String handleGetOrderByClause()
EJB3AssociationEndFacade.getOrderByClause()
public final String getOrderByClause()
getOrderByClause
in interface EJB3AssociationEndFacade
protected abstract String handleGetColumnDefinition()
EJB3AssociationEndFacade.getColumnDefinition()
public final String getColumnDefinition()
getColumnDefinition
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsEager()
EJB3AssociationEndFacade.isEager()
public final boolean isEager()
isEager
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsLazy()
EJB3AssociationEndFacade.isLazy()
public final boolean isLazy()
isLazy
in interface EJB3AssociationEndFacade
protected abstract String handleGetCascadeType()
EJB3AssociationEndFacade.getCascadeType()
public final String getCascadeType()
getCascadeType
in interface EJB3AssociationEndFacade
protected abstract String handleGetCompositionCascadeType()
EJB3AssociationEndFacade.getCompositionCascadeType()
public final String getCompositionCascadeType()
getCompositionCascadeType
in interface EJB3AssociationEndFacade
protected abstract String handleGetAggregationCascadeType()
EJB3AssociationEndFacade.getAggregationCascadeType()
public final String getAggregationCascadeType()
getAggregationCascadeType
in interface EJB3AssociationEndFacade
protected abstract String handleGetCollectionType()
EJB3AssociationEndFacade.getCollectionType()
public final String getCollectionType()
getCollectionType
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsMap()
EJB3AssociationEndFacade.isMap()
public final boolean isMap()
isMap
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsList()
EJB3AssociationEndFacade.isList()
public final boolean isList()
isList
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsSet()
EJB3AssociationEndFacade.isSet()
public final boolean isSet()
isSet
in interface EJB3AssociationEndFacade
protected abstract String handleGetLabelName()
EJB3AssociationEndFacade.getLabelName()
public final String getLabelName()
getLabelName
in interface EJB3AssociationEndFacade
protected abstract String handleGetGetterLabelName()
EJB3AssociationEndFacade.getGetterLabelName()
public final String getGetterLabelName()
getGetterLabelName
in interface EJB3AssociationEndFacade
protected abstract String handleGetSetterLabelName()
EJB3AssociationEndFacade.getSetterLabelName()
public final String getSetterLabelName()
getSetterLabelName
in interface EJB3AssociationEndFacade
protected abstract String handleGetCacheType()
EJB3AssociationEndFacade.getCacheType()
public final String getCacheType()
getCacheType
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsAssociationCacheEnabled()
EJB3AssociationEndFacade.isAssociationCacheEnabled()
public final boolean isAssociationCacheEnabled()
isAssociationCacheEnabled
in interface EJB3AssociationEndFacade
protected abstract String handleGetCollectionTypeImplementation()
EJB3AssociationEndFacade.getCollectionTypeImplementation()
public final String getCollectionTypeImplementation()
getCollectionTypeImplementation
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsCollection()
EJB3AssociationEndFacade.isCollection()
public final boolean isCollection()
isCollection
in interface EJB3AssociationEndFacade
protected abstract String handleGetCollectionIndexType()
EJB3AssociationEndFacade.getCollectionIndexType()
public final String getCollectionIndexType()
getCollectionIndexType
in interface EJB3AssociationEndFacade
protected abstract String handleGetCollectionIndexName()
EJB3AssociationEndFacade.getCollectionIndexName()
public final String getCollectionIndexName()
getCollectionIndexName
in interface EJB3AssociationEndFacade
protected abstract String handleGetDefaultCollectionInterface()
EJB3AssociationEndFacade.getDefaultCollectionInterface()
public final String getDefaultCollectionInterface()
getDefaultCollectionInterface
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsCollectionInterfaceSortedSet()
EJB3AssociationEndFacade.isCollectionInterfaceSortedSet()
public final boolean isCollectionInterfaceSortedSet()
isCollectionInterfaceSortedSet
in interface EJB3AssociationEndFacade
protected abstract String handleGetCollectionTypeImplemenationClass()
EJB3AssociationEndFacade.getCollectionTypeImplemenationClass()
public final String getCollectionTypeImplemenationClass()
getCollectionTypeImplemenationClass
in interface EJB3AssociationEndFacade
protected abstract String handleGetHibernateCascadeType()
EJB3AssociationEndFacade.getHibernateCascadeType()
public final String getHibernateCascadeType()
getHibernateCascadeType
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsHibernateCascadeExists()
EJB3AssociationEndFacade.isHibernateCascadeExists()
public final boolean isHibernateCascadeExists()
isHibernateCascadeExists
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsForeignKeyConstraintDefined()
EJB3AssociationEndFacade.isForeignKeyConstraintDefined()
public final boolean isForeignKeyConstraintDefined()
isForeignKeyConstraintDefined
in interface EJB3AssociationEndFacade
protected abstract boolean handleIsColumnNullable()
EJB3AssociationEndFacade.isColumnNullable()
public final boolean isColumnNullable()
isColumnNullable
in interface EJB3AssociationEndFacade
protected abstract boolean handleHasTaggedValue(String name)
name
- public boolean hasTaggedValue(String name)
hasTaggedValue
in interface EJB3AssociationEndFacade
name
- String
TODO: Model Documentation for
org.andromda.cartridges.ejb3.metafacades.EJB3AssociationEndFacade.hasTaggedValue(name)protected abstract String handleGetForeignKeyConstraintName(String suffix)
suffix
- public String getForeignKeyConstraintName(String suffix)
getForeignKeyConstraintName
in interface EJB3AssociationEndFacade
suffix
- String
This is the referenced primary key column name.protected abstract String handleGetCollectionTypeImplementation(String arg)
arg
- public String getCollectionTypeImplementation(String arg)
getCollectionTypeImplementation
in interface EJB3AssociationEndFacade
arg
- String
Arguememt to the Collection type implemenation constructor.protected abstract String handleGetForeignKeyName(String suffix)
suffix
- public String getForeignKeyName(String suffix)
getForeignKeyName
in interface EJB3AssociationEndFacade
suffix
- String
TODO: Model Documentation for
org.andromda.cartridges.ejb3.metafacades.EJB3AssociationEndFacade.getForeignKeyName(suffix)public boolean isEntityAssociationEndMetaType()
isEntityAssociationEndMetaType
in interface EntityAssociationEnd
EntityAssociationEnd
public boolean isAssociationEndFacadeMetaType()
isAssociationEndFacadeMetaType
in interface AssociationEndFacade
AssociationEndFacade
public boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType
in interface ModelElementFacade
ModelElementFacade
public String getAdderName()
getAdderName
in interface AssociationEndFacade
AssociationEndFacade.getAdderName()
public String getAggregationKind()
getAggregationKind
in interface AssociationEndFacade
AssociationEndFacade.getAggregationKind()
public AssociationFacade getAssociation()
getAssociation
in interface AssociationEndFacade
AssociationEndFacade.getAssociation()
public String getDefault()
getDefault
in interface AssociationEndFacade
AssociationEndFacade.getDefault()
public String getGetterName()
getGetterName
in interface AssociationEndFacade
AssociationEndFacade.getGetterName()
public String getGetterSetterTypeName()
getGetterSetterTypeName
in interface AssociationEndFacade
AssociationEndFacade.getGetterSetterTypeName()
public int getLower()
getLower
in interface AssociationEndFacade
AssociationEndFacade.getLower()
public AssociationEndFacade getOtherEnd()
getOtherEnd
in interface AssociationEndFacade
AssociationEndFacade.getOtherEnd()
public String getRemoverName()
getRemoverName
in interface AssociationEndFacade
AssociationEndFacade.getRemoverName()
public String getSetterName()
getSetterName
in interface AssociationEndFacade
AssociationEndFacade.getSetterName()
public ClassifierFacade getType()
getType
in interface AssociationEndFacade
AssociationEndFacade.getType()
public int getUpper()
getUpper
in interface AssociationEndFacade
AssociationEndFacade.getUpper()
public boolean isAggregation()
isAggregation
in interface AssociationEndFacade
AssociationEndFacade.isAggregation()
public boolean isBidirectional()
isBidirectional
in interface AssociationEndFacade
AssociationEndFacade.isBidirectional()
public boolean isChild()
isChild
in interface AssociationEndFacade
AssociationEndFacade.isChild()
public boolean isComposition()
isComposition
in interface AssociationEndFacade
AssociationEndFacade.isComposition()
public boolean isDerived()
isDerived
in interface AssociationEndFacade
AssociationEndFacade.isDerived()
public boolean isLeaf()
isLeaf
in interface AssociationEndFacade
AssociationEndFacade.isLeaf()
public boolean isMany()
isMany
in interface AssociationEndFacade
AssociationEndFacade.isMany()
public boolean isMany2Many()
isMany2Many
in interface AssociationEndFacade
AssociationEndFacade.isMany2Many()
public boolean isMany2One()
isMany2One
in interface AssociationEndFacade
AssociationEndFacade.isMany2One()
public boolean isNavigable()
isNavigable
in interface AssociationEndFacade
AssociationEndFacade.isNavigable()
public boolean isOne2Many()
isOne2Many
in interface AssociationEndFacade
AssociationEndFacade.isOne2Many()
public boolean isOne2One()
isOne2One
in interface AssociationEndFacade
AssociationEndFacade.isOne2One()
public boolean isOrdered()
isOrdered
in interface AssociationEndFacade
AssociationEndFacade.isOrdered()
public boolean isReadOnly()
isReadOnly
in interface AssociationEndFacade
AssociationEndFacade.isReadOnly()
public boolean isRequired()
isRequired
in interface AssociationEndFacade
AssociationEndFacade.isRequired()
public boolean isStatic()
isStatic
in interface AssociationEndFacade
AssociationEndFacade.isStatic()
public boolean isUnique()
isUnique
in interface AssociationEndFacade
AssociationEndFacade.isUnique()
public String getColumnIndex()
getColumnIndex
in interface EntityAssociationEnd
EntityAssociationEnd.getColumnIndex()
public String getColumnName()
getColumnName
in interface EntityAssociationEnd
EntityAssociationEnd.getColumnName()
public String getForeignKeyConstraintName()
getForeignKeyConstraintName
in interface EntityAssociationEnd
EntityAssociationEnd.getForeignKeyConstraintName()
public String getForeignKeySuffix()
getForeignKeySuffix
in interface EntityAssociationEnd
EntityAssociationEnd.getForeignKeySuffix()
public String getSqlType()
getSqlType
in interface EntityAssociationEnd
EntityAssociationEnd.getSqlType()
public String getUniqueGroup()
getUniqueGroup
in interface EntityAssociationEnd
EntityAssociationEnd.getUniqueGroup()
public boolean isForeignIdentifier()
isForeignIdentifier
in interface EntityAssociationEnd
EntityAssociationEnd.isForeignIdentifier()
public boolean isIdentifier()
isIdentifier
in interface EntityAssociationEnd
EntityAssociationEnd.isIdentifier()
public boolean isIdentifiersPresent()
isIdentifiersPresent
in interface EntityAssociationEnd
EntityAssociationEnd.isIdentifiersPresent()
public boolean isTransient()
isTransient
in interface EntityAssociationEnd
EntityAssociationEnd.isTransient()
public void copyTaggedValues(ModelElementFacade element)
copyTaggedValues
in interface ModelElementFacade
ModelElementFacade.copyTaggedValues(ModelElementFacade element)
public Object findTaggedValue(String tagName)
findTaggedValue
in interface ModelElementFacade
ModelElementFacade.findTaggedValue(String tagName)
public Collection<Object> findTaggedValues(String tagName)
findTaggedValues
in interface ModelElementFacade
ModelElementFacade.findTaggedValues(String tagName)
public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)
public Collection<ConstraintFacade> getConstraints()
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints()
public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints(String kind)
public String getDocumentation(String indent)
getDocumentation(indent, 64)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent)
public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength)
public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)
public String getFullyQualifiedName()
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName()
public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName(boolean modelName)
public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedNamePath()
public String getId()
getId
in interface ModelElementFacade
ModelElementFacade.getId()
public Collection<String> getKeywords()
getKeywords
in interface ModelElementFacade
ModelElementFacade.getKeywords()
public String getLabel()
getLabel
in interface ModelElementFacade
ModelElementFacade.getLabel()
public TypeMappings getLanguageMappings()
getLanguageMappings
in interface ModelElementFacade
ModelElementFacade.getLanguageMappings()
public ModelFacade getModel()
getModel
in interface ModelElementFacade
ModelElementFacade.getModel()
public String getName()
getName
in interface ModelElementFacade
ModelElementFacade.getName()
public ModelElementFacade getPackage()
getPackage
in interface ModelElementFacade
ModelElementFacade.getPackage()
public String getPackageName()
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName()
public String getPackageName(boolean modelName)
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName(boolean modelName)
public String getPackagePath()
getPackagePath
in interface ModelElementFacade
ModelElementFacade.getPackagePath()
public String getQualifiedName()
getQualifiedName
in interface ModelElementFacade
ModelElementFacade.getQualifiedName()
public PackageFacade getRootPackage()
getRootPackage
in interface ModelElementFacade
ModelElementFacade.getRootPackage()
public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies
in interface ModelElementFacade
ModelElementFacade.getSourceDependencies()
public StateMachineFacade getStateMachineContext()
getStateMachineContext
in interface ModelElementFacade
ModelElementFacade.getStateMachineContext()
public Collection<String> getStereotypeNames()
getStereotypeNames
in interface ModelElementFacade
ModelElementFacade.getStereotypeNames()
public Collection<StereotypeFacade> getStereotypes()
getStereotypes
in interface ModelElementFacade
ModelElementFacade.getStereotypes()
public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues
in interface ModelElementFacade
ModelElementFacade.getTaggedValues()
public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies
in interface ModelElementFacade
ModelElementFacade.getTargetDependencies()
public Object getTemplateParameter(String parameterName)
getTemplateParameter
in interface ModelElementFacade
ModelElementFacade.getTemplateParameter(String parameterName)
public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters
in interface ModelElementFacade
ModelElementFacade.getTemplateParameters()
public String getVisibility()
getVisibility
in interface ModelElementFacade
ModelElementFacade.getVisibility()
public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype
in interface ModelElementFacade
ModelElementFacade.hasExactStereotype(String stereotypeName)
public boolean hasKeyword(String keywordName)
hasKeyword
in interface ModelElementFacade
ModelElementFacade.hasKeyword(String keywordName)
public boolean hasStereotype(String stereotypeName)
hasStereotype
in interface ModelElementFacade
ModelElementFacade.hasStereotype(String stereotypeName)
public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent
in interface ModelElementFacade
ModelElementFacade.isBindingDependenciesPresent()
public boolean isConstraintsPresent()
isConstraintsPresent
in interface ModelElementFacade
ModelElementFacade.isConstraintsPresent()
public boolean isDocumentationPresent()
isDocumentationPresent
in interface ModelElementFacade
ModelElementFacade.isDocumentationPresent()
public boolean isReservedWord()
isReservedWord
in interface ModelElementFacade
ModelElementFacade.isReservedWord()
public boolean isTemplateParametersPresent()
isTemplateParametersPresent
in interface ModelElementFacade
ModelElementFacade.isTemplateParametersPresent()
public boolean isValidIdentifierName()
isValidIdentifierName
in interface ModelElementFacade
ModelElementFacade.isValidIdentifierName()
public String translateConstraint(String name, String translation)
translateConstraint
in interface ModelElementFacade
ModelElementFacade.translateConstraint(String name, String translation)
public String[] translateConstraints(String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String translation)
public String[] translateConstraints(String kind, String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String kind, String translation)
public void initialize()
initialize
in interface ModelElementFacade
initialize
in class MetafacadeBase
MetafacadeBase.initialize()
public Object getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
public String getValidationName()
getValidationName
in interface ModelElementFacade
getValidationName
in class MetafacadeBase
MetafacadeBase.getValidationName()
public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
validateInvariants
in interface ModelElementFacade
validateInvariants
in class MetafacadeBase
validationMessages
- CollectionMetafacadeBase.validateInvariants(Collection validationMessages)
public String toString()
toString
in class MetafacadeBase
Object.toString()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.