com.netscape.jndi.ldap.schema
Class SchemaRoot.SchemaRootNameClassPairEnum

java.lang.Object
  extended by com.netscape.jndi.ldap.schema.SchemaRoot.SchemaRootNameClassPairEnum
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration
Enclosing class:
SchemaRoot

 class SchemaRoot.SchemaRootNameClassPairEnum
extends java.lang.Object
implements javax.naming.NamingEnumeration

NamigEnumeration of NameClassPairs


Constructor Summary
SchemaRoot.SchemaRootNameClassPairEnum()
           
 
Method Summary
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
           
 java.lang.Object next()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaRoot.SchemaRootNameClassPairEnum

SchemaRoot.SchemaRootNameClassPairEnum()
Method Detail

next

public java.lang.Object next()
Specified by:
next in interface javax.naming.NamingEnumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

hasMore

public boolean hasMore()
Specified by:
hasMore in interface javax.naming.NamingEnumeration

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

close

public void close()
Specified by:
close in interface javax.naming.NamingEnumeration