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