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