Modifier and Type | Interface and Description |
---|---|
interface |
EntityAttribute
Represents an attribute of an entity.
|
interface |
ManageableEntityAttribute
TODO: Model Documentation for org.andromda.metafacades.uml.ManageableEntityAttribute
Metafacade interface to be used by AndroMDA cartridges.
|
Modifier and Type | Method and Description |
---|---|
AttributeFacade |
ClassifierFacade.findAttribute(String name)
Return the attribute which name matches the parameter
|
AttributeFacade |
AttributeLinkFacade.getAttribute()
The attribute for this link.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeFacade> |
ClassifierFacade.getAttributes()
Gets the attributes that belong to the classifier.
|
List<AttributeFacade> |
ClassifierFacade.getAttributes(boolean follow)
Gets all attributes for the classifier and if 'follow' is true goes up the inheritance
hierarchy and gets the attributes from the super classes as well.
|
Collection<AttributeFacade> |
Entity.getAttributes(boolean follow,
boolean withIdentifiers)
Gets all attributes of the entity, and optionally retieves the super entities attributes as
well as excludes the entity's identifiers if 'withIdentifiers' is set to false.
|
Collection<AttributeFacade> |
Entity.getAttributes(boolean follow,
boolean withIdentifiers,
boolean withDerived)
Gets all attributes of the entity, and optionally retieves the super entities attributes as
well as excludes the entity's identifiers if 'withIdentifiers' is set to false and exclude
derived attributes if 'withDerived' is set to false.
|
Collection<AttributeFacade> |
Entity.getEmbeddedValues()
The embedded values belonging to this entity.
|
Collection<AttributeFacade> |
ClassifierFacade.getInstanceAttributes()
Those attributes that are scoped to an instance of this class.
|
Collection<AttributeFacade> |
EnumerationFacade.getLiterals()
This enumeration's literals.
|
Collection<AttributeFacade> |
EnumerationFacade.getMemberVariables()
The enumeration member variables.
|
Collection<AttributeFacade> |
Entity.getRequiredAttributes(boolean follow,
boolean withIdentifiers)
Returns all attributes that are specified as 'required' in the model.
|
Collection<AttributeFacade> |
ClassifierFacade.getStaticAttributes()
Those attributes that are scoped to the definition of this class.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.