View Javadoc
1   package org.andromda.metafacades.emf.uml22;
2   
3   import org.eclipse.uml2.uml.Property;
4   
5   /**
6    * Represents an Attribute metaclass (was needed because it doesn't exist in the
7    * uml2 metamodel).
8    *
9    * @author Cédric Jeanneret
10   */
11  public interface Attribute
12      extends Property
13  {
14  }