Home » openjdk-7 » javax » naming » directory » [javadoc | source]
javax.naming.directory
class: BasicAttribute.ValuesEnumImpl [javadoc | source]
java.lang.Object
   javax.naming.directory.BasicAttribute$ValuesEnumImpl

All Implemented Interfaces:
    NamingEnumeration

Field Summary
 Enumeration list     
Constructor:
 ValuesEnumImpl() 
Method from javax.naming.directory.BasicAttribute$ValuesEnumImpl Summary:
close,   hasMore,   hasMoreElements,   next,   nextElement
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.naming.directory.BasicAttribute$ValuesEnumImpl Detail:
 public  void close() throws NamingException 
 public boolean hasMore() throws NamingException 
 public boolean hasMoreElements() 
 public Object next() throws NamingException 
 public Object nextElement()