com.togethersoft.openapi.model.enum
Interface StringEnumeration

All Known Implementing Classes:
SingleEnumeration.SingleStringEnumeration

public interface StringEnumeration
extends Enumeration

Author:
TogetherSoft

Method Summary
 Stringnext()
           

Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement

Method Detail

next

public String next()