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

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

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

Methods in com.togethersoft.openapi.model.elements that return PropertyEnumeration
PropertyEnumerationPropertyMap.properties()
          
PropertyEnumerationPropertyMap.properties(String propertyName)
          
 

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

Methods in com.togethersoft.openapi.model.extension that return PropertyEnumeration
PropertyEnumerationPropertyGetProvider.properties(PropertyMap propertyMap, String propertyName)
          Will be called, when properties(String propertyName) operation of PropertyMap was invoked.
PropertyEnumerationPropertyGetProvider.properties(PropertyMap propertyMap)
          Will be called, when properties() operation of PropertyMap was invoked.
 

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

Classes in com.togethersoft.openapi.model.util that implement PropertyEnumeration
class SingleEnumeration.SinglePropertyEnumeration
          
 

Fields in com.togethersoft.openapi.model.util declared as PropertyEnumeration
private static PropertyEnumerationEmptyEnumeration.propertyEnumeration
          
 

Methods in com.togethersoft.openapi.model.util that return PropertyEnumeration
static PropertyEnumerationEmptyEnumeration.getPropertyEnumeration()
          
static PropertyEnumerationEnumerationConverter.toPropertyEnumeration(Enumeration enum)
          
static PropertyEnumerationSingleEnumeration.createPropertyEnumeration(Property property)