1 package org.omg.uml.foundation.core;2 3 public interface EnumerationLiteral extends org.omg.uml.foundation.core.ModelElement {4 public org.omg.uml.foundation.core.Enumeration getEnumeration();5 public void setEnumeration(org.omg.uml.foundation.core.Enumeration newValue);6 }7