1 package org.andromda.core.simpleuml; 2 3 /*** 4 * defines those methods missing from Attribute in the UML 1.4 schema that are 5 * needed by the UML2EJB based code generation scripts. 6 * 7 * @author <A HREF="http://www.amowers.com">Anthony Mowers</A> 8 */ 9 public interface UMLAttribute 10 extends UMLModelElement 11 { 12 public Object getId(); 13 } 14