KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.foundation.core;
2
3 public interface Enumeration extends org.omg.uml.foundation.core.DataType {
4     public java.util.List JavaDoc getLiteral();
5 }
6
Popular Tags