File
Doc
Category
Size
Date
Package
UMLObjectEnumeration.java
API Doc
Example
954
Tue Dec 08 01:21:00 GMT 1998
oisoft.togetherx.scriptapi.UML.enums
UMLObjectEnumeration
java.lang.Object
UMLElementEnumeration
public class UMLObjectEnumeration extends UMLElementEnumeration
Implemented typified enumeration for UMLObject
version
2.1.01 Thu Apr 02 19:15:21 1998
author
Andrei Ivanov
Fields Summary
Constructors Summary
public UMLObjectEnumeration
(
Enumeration
e)
super(e);
Methods Summary
public
oisoft.togetherx.scriptapi.UML.UMLObject
getNextUMLObject
()
if (imp != null) return (UMLObject) imp.nextElement(); else return null;
Java Code Source