FileDocCategorySizeDatePackage
UMLNoteLinkEnumeration.javaAPI DocExample947Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scriptapi.UML.enums

UMLNoteLinkEnumeration

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.UMLNoteLinkgetNextUMLNoteLink()

    if (imp != null)
      return (UMLNoteLink) imp.nextElement();
    else
      return null;