com.togethersoft.openapi.util.enum
Interface LightEnumeration

All Known Implementing Classes:
CompositeEnumeration.Light

public interface LightEnumeration

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

Author:
TogetherSoft
Since: Together 4.0

Method Summary
 ObjectnextElement()
          Returns next element from enumeration.

Method Detail

nextElement

public Object nextElement()
Returns next element from enumeration.