01: package org.andromda.metafacades.emf.uml2; 02: 03: import org.eclipse.uml2.Property; 04: 05: /** 06: * Represents an Attribute metaclass (was needed because it doesn't exist in the 07: * uml2 metamodel). 08: * 09: * @author Cédric Jeanneret 10: */ 11: public interface Attribute extends Property { 12: }