Uses of Class
com.togethersoft.openapi.util.enum.StringEnumeration

Packages that use StringEnumeration
com.togethersoft.openapi.ide.config 
com.togethersoft.openapi.ide.project 
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.sci 
com.togethersoft.openapi.util.enum 

Uses of StringEnumeration in com.togethersoft.openapi.ide.config
 

Methods in com.togethersoft.openapi.ide.config that return StringEnumeration
StringEnumerationIdeConfigEditor.pageNames()
          Returns an enumeration of strings with the names of the pages in this IdeConfigEditor.
StringEnumerationIdeConfigManager.levelNames()
          Returns an enumeration of the strings with the names of all configuration levels.
 

Uses of StringEnumeration in com.togethersoft.openapi.ide.project
 

Methods in com.togethersoft.openapi.ide.project that return StringEnumeration
StringEnumerationIdeProjectNode.writableFileTypes()
          Returns an enumeration of strings containing the names of writable file types.
 

Uses of StringEnumeration in com.togethersoft.openapi.rwi
 

Methods in com.togethersoft.openapi.rwi that return StringEnumeration
StringEnumerationRwiModel.diagramTypes()
          Returns an enumeration of shape types of the diagrams in the model.
 

Uses of StringEnumeration in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return StringEnumeration
StringEnumerationSciModel.languages()
          Returns an enumeration of the string with the names of languages being used in this model.
 

Uses of StringEnumeration in com.togethersoft.openapi.util.enum
 

Classes in com.togethersoft.openapi.util.enum that implement StringEnumeration
class StringEnumerationAdapter
          Minimal implementation enumeration of a Strings.