com.togethersoft.openapi.util.enum
Interface StringEnumeration

All Known Implementing Classes:
StringEnumerationAdapter

public interface StringEnumeration
extends Enumeration

Enumeration of Strings.

Author:
TogetherSoft
Since: Together 4.0

Method Summary
 StringnextString()
          Returns next String from this enumeration.

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

Method Detail

nextString

public String nextString()
Returns next String from this enumeration.