KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > core > EnumerationLiteral


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
Popular Tags