org.jasig.portal.layout.dlm
Class CompositeEnumeration

java.lang.Object
  extended by org.jasig.portal.layout.dlm.CompositeEnumeration
All Implemented Interfaces:
Enumeration

public class CompositeEnumeration
extends Object
implements Enumeration

Since:
uPortal 2.5
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $

Field Summary
static String RCS_ID
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final String RCS_ID
See Also:
Constant Field Values
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
                   throws NoSuchElementException
Specified by:
nextElement in interface Enumeration
Throws:
NoSuchElementException


Copyright © 2010 Jasig. All Rights Reserved.