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

Packages that use ElementEnumeration
com.togethersoft.openapi.model.elements 
com.togethersoft.openapi.model.util 
com.togethersoft.openapi.modelselection 

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

Methods in com.togethersoft.openapi.model.elements that return ElementEnumeration
ElementEnumerationContainer.children()
          
ElementEnumerationLink.participants(String role)
          List all participants of this link, which has specified role.
 

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

Fields in com.togethersoft.openapi.model.util declared as ElementEnumeration
private static ElementEnumerationEmptyEnumeration.elementEnumeration
          
 

Methods in com.togethersoft.openapi.model.util that return ElementEnumeration
static ElementEnumerationEmptyEnumeration.getElementEnumeration()
          
static ElementEnumerationEnumerationConverter.toElementEnumeration(Enumeration enum)
          
static ElementEnumerationEnumerationConverter.toElementEnumeration(Iterator iter)
          
 

Uses of ElementEnumeration in com.togethersoft.openapi.modelselection
 

Methods in com.togethersoft.openapi.modelselection with parameters of type ElementEnumeration
voidSelectionService.addSelectionElements(ElementEnumeration enum)
          
voidSelectionService.removeSelectionElements(ElementEnumeration enum)