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

Packages that use StringEnumeration
com.togethersoft.openapi.model.elements 
com.togethersoft.openapi.model.extension 
com.togethersoft.openapi.model.util 

Uses of StringEnumeration in com.togethersoft.openapi.model.elements
 

Methods in com.togethersoft.openapi.model.elements that return StringEnumeration
StringEnumerationLink.participantRoles()
          List all roles, participants of this link have.
StringEnumerationModelDelta.changedLinks()
          
StringEnumerationModelDelta.changedNodes()
          
StringEnumerationModelDelta.changedReferenceCollections()
          
StringEnumerationModelDelta.deletedLinks()
          
StringEnumerationModelDelta.deletedNodes()
          
StringEnumerationModelDelta.deletedReferenceCollections()
          
StringEnumerationModelDelta.newLinks()
          
StringEnumerationModelDelta.newNodes()
          
StringEnumerationModelDelta.newReferenceCollections()
          
 

Uses of StringEnumeration in com.togethersoft.openapi.model.extension
 

Methods in com.togethersoft.openapi.model.extension that return StringEnumeration
StringEnumerationChildrenProvider.children(Entity parent)
          Provider should return enumeration of unique names of the child elements
of the given parent entity.
StringEnumerationLinkProvider.participantRoles(Entity link)
          This method is used, when participantRoles of Entity was called.
StringEnumerationLinkProvider.participants(Entity link, String role)
          This method is used, when participants of Entity was called.
 

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

Classes in com.togethersoft.openapi.model.util that implement StringEnumeration
class SingleEnumeration.SingleStringEnumeration
          
 

Fields in com.togethersoft.openapi.model.util declared as StringEnumeration
private static StringEnumerationEmptyEnumeration.stringEnumeration
          
 

Methods in com.togethersoft.openapi.model.util that return StringEnumeration
abstract StringEnumerationChildrenProviderAdapter.children(Entity parent)
          This method should return enumeration of unique names of elements which
are children of the given entity.
static StringEnumerationEmptyEnumeration.getStringEnumeration()
          
static StringEnumerationEnumerationConverter.toStringEnumeration(Enumeration enum)
          
static StringEnumerationEnumerationConverter.toStringEnumeration(Iterator iter)
          
static StringEnumerationSingleEnumeration.createStringEnumeration(String string)