1 package org.omg.uml.foundation.core;2 3 public interface Attribute extends org.omg.uml.foundation.core.StructuralFeature {4 public org.omg.uml.foundation.datatypes.Expression getInitialValue();5 public void setInitialValue(org.omg.uml.foundation.datatypes.Expression newValue);6 public org.omg.uml.foundation.core.AssociationEnd getAssociationEnd();7 public void setAssociationEnd(org.omg.uml.foundation.core.AssociationEnd newValue);8 }9