Uses of Class
com.togethersoft.openapi.rwi.RwiProperty

Packages that use RwiProperty
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.rwi.enum 
com.togethersoft.openapi.rwi.extension 

Uses of RwiProperty in com.togethersoft.openapi.rwi
 

Methods in com.togethersoft.openapi.rwi that return RwiProperty
RwiPropertyRwiPropertyMap.addProperty(String propertyName, String propertyValue)
           Creates a new instance of a specified string property.
 

Uses of RwiProperty in com.togethersoft.openapi.rwi.enum
 

Methods in com.togethersoft.openapi.rwi.enum that return RwiProperty
RwiPropertyRwiPropertyEnumeration.nextRwiProperty()
          
 

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

Methods in com.togethersoft.openapi.rwi.extension that return RwiProperty
RwiPropertyRwiPropertyEnumerationAdapter.nextRwiProperty()
           Return next RwiProperty as an RwiProperty.
RwiPropertyRwiPropertyProvider.addProperty(RwiPropertyMap element, String propertyValue)
           Specific method for this property.
RwiPropertyRwiPropertyProviderAdapter.addProperty(RwiPropertyMap element, String propertyValue)
           Always return RwiProperty which has no subproperties.