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