Uses of Class
com.togethersoft.openapi.util.propertyMap.Property

Packages that use Property
com.togethersoft.openapi.util.propertyMap 

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

Classes in com.togethersoft.openapi.util.propertyMap that implement Property
class DefaultPropertyMap.DefaultProperty
          
class PropertyAdapter
           Default implementation of the Property interace.
 

Constructors in com.togethersoft.openapi.util.propertyMap with parameters of type Property
PropertyMapEvent.PropertyMapEvent(PropertyMap map, Property property, Object oldValue, boolean propertyAdded)
           Constructs a new PropertyMapEvent.
SinglePropertyProvider.SinglePropertyProvider(Property property, PropertyMap propertyMap)
           There is an advantage of passing the propertyMap parameter so it will delegate all call for determining if property is addable, readable, writable, etc.
SinglePropertyProvider.SinglePropertyProvider(Property property)
          
 

Methods in com.togethersoft.openapi.util.propertyMap that return Property
PropertyDefaultPropertyMap.addProperty(Object propertyKey, Object propertyValue)
           Adds new property.
PropertyPropertyMap.addProperty(Object propertyKey, Object propertyValue)
           Adds a property with the specified value to the properties set.
PropertyPropertyMapEvent.getProperty()
           Returns the changed Property instance.
PropertyPropertyProvider.addProperty(Object propertyValue)
           Adds new value.
PropertyPropertyProviderAdapter.addProperty(Object propertyValue)
           Adds new value to this property.
PropertySinglePropertyProvider.addProperty(Object propertyValue)
          
PropertySwitchablePropertyMap.addProperty(Object propertyKey, Object propertyValue)
           Adds specified property with it's value.