com.togethersoft.openapi.util.enum
Interface LightEnumeration


public interface LightEnumeration

Presents light version of enumeration. Does not contains hasMoreElements method.

Author:
TogetherSoft

Method Summary
 ObjectnextElement()
           Returns next element from enumeration.

Method Detail

nextElement

public Object nextElement()
Returns next element from enumeration.