Uses of Class
org.zeroexchange.model.resource.property.Property

Packages that use Property
org.zeroexchange.model.resource.category   
org.zeroexchange.model.resource.property   
org.zeroexchange.resource.category.read   
 

Uses of Property in org.zeroexchange.model.resource.category
 

Subclasses of Property in org.zeroexchange.model.resource.category
 class DictionaryProperty
          the dictionary property
 

Methods in org.zeroexchange.model.resource.category that return types with arguments of type Property
 Set<Property> Category.getProperties()
           
 

Method parameters in org.zeroexchange.model.resource.category with type arguments of type Property
 void Category.setProperties(Set<Property> properties)
           
 

Uses of Property in org.zeroexchange.model.resource.property
 

Methods in org.zeroexchange.model.resource.property that return Property
 Property PropertySpecification.getProperty()
           
 

Methods in org.zeroexchange.model.resource.property with parameters of type Property
 void PropertySpecification.setProperty(Property property)
           
 

Uses of Property in org.zeroexchange.resource.category.read
 

Methods in org.zeroexchange.resource.category.read that return types with arguments of type Property
 Collection<Property> CategoryReader.getProperties(Category category)
          Collects and returns category's properties and categories of all parents...
 Collection<Property> DAOCategoryReader.getProperties(Category foreignCategory)
          Collects and returns category's properties and categories of all parents...
 



Copyright © 2013. All Rights Reserved.