Uses of Class
com.togethersoft.openapi.rwi.enum.RwiPropertyEnumeration

Packages that use RwiPropertyEnumeration
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.rwi.extension 

Uses of RwiPropertyEnumeration in com.togethersoft.openapi.rwi
 

Methods in com.togethersoft.openapi.rwi that return RwiPropertyEnumeration
RwiPropertyEnumerationRwiPropertyMap.properties()
           Returns RwiPropertyEnumeration of all the user-defined properties this element has.
RwiPropertyEnumerationRwiPropertyMap.properties(String propertyName)
           Returns an RwiPropertyEnumeration of all instances of the specified string property.
 

Uses of RwiPropertyEnumeration in com.togethersoft.openapi.rwi.extension
 

Classes in com.togethersoft.openapi.rwi.extension that implement RwiPropertyEnumeration
class RwiPropertyEnumerationAdapter
           Presents default implementation of RwiPropertyEnumeration.
 

Methods in com.togethersoft.openapi.rwi.extension that return RwiPropertyEnumeration
RwiPropertyEnumerationRwiPropertyProvider.properties(RwiPropertyMap element)
           Specific method for this property.
RwiPropertyEnumerationRwiPropertyProviderAdapter.properties(RwiPropertyMap element)
           Returns property enumeration which contains only provided property.