Uses of Class
com.togethersoft.openapi.model.elements.Property

Packages that use Property
com.togethersoft.openapi.model.elements 
com.togethersoft.openapi.model.enum 
com.togethersoft.openapi.model.extension 
com.togethersoft.openapi.model.util 

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

Methods in com.togethersoft.openapi.model.elements that return Property
PropertyPropertyMap.addProperty(String propertyName, String propertyValue)
          Creates and adds to this property map new property with the
given propertyName and propertyValue
PropertyPropertyMap.getProperty(String propertyName)
          
 

Uses of Property in com.togethersoft.openapi.model.enum
 

Methods in com.togethersoft.openapi.model.enum that return Property
PropertyPropertyEnumeration.next()
          
 

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

Methods in com.togethersoft.openapi.model.extension that return Property
PropertyPropertyGetProvider.getProperty(PropertyMap propertyMap, String propertyName)
          Will be called, when getProperty operation of PropertyMap was invoked.
PropertyPropertySetProvider.addProperty(PropertyMap propertyMap, String propertyName, String propertyValue)
          Provider must add property with a specified value to propertyMap.
 

Methods in com.togethersoft.openapi.model.extension with parameters of type Property
PropertyMapExtensionManager.createPropertyMap(Property[] properties)
          
 

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

Classes in com.togethersoft.openapi.model.util that implement Property
class PropertyAdapter
          
 

Fields in com.togethersoft.openapi.model.util declared as Property
private PropertySingleEnumeration.SinglePropertyEnumeration.property
          
 

Constructors in com.togethersoft.openapi.model.util with parameters of type Property
SingleEnumeration.SinglePropertyEnumeration.SinglePropertyEnumeration(Property property)
          
 

Methods in com.togethersoft.openapi.model.util that return Property
PropertySingleEnumeration.SinglePropertyEnumeration.next()
          
 

Methods in com.togethersoft.openapi.model.util with parameters of type Property
static PropertyEnumerationSingleEnumeration.createPropertyEnumeration(Property property)