Uses of Interface
com.healthmarketscience.jackcess.PropertyMap.Property

Packages that use PropertyMap.Property
com.healthmarketscience.jackcess   
com.healthmarketscience.jackcess.impl   
 

Uses of PropertyMap.Property in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return PropertyMap.Property
 PropertyMap.Property PropertyMap.get(String name)
           
 PropertyMap.Property PropertyMap.put(String name, DataType type, Object value)
          Creates a new (or updates an existing) property in the map.
 PropertyMap.Property PropertyMap.remove(String name)
          Removes the property with the given name
 

Uses of PropertyMap.Property in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl that return PropertyMap.Property
 PropertyMap.Property PropertyMapImpl.get(String name)
           
 

Methods in com.healthmarketscience.jackcess.impl that return types with arguments of type PropertyMap.Property
 Iterator<PropertyMap.Property> PropertyMapImpl.iterator()
           
 



Copyright © 2005-2013 Health Market Science. All Rights Reserved.