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.put(String name, 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
 

Methods in com.healthmarketscience.jackcess that return types with arguments of type PropertyMap.Property
 Map<String,PropertyMap.Property> ColumnBuilder.getProperties()
           
 

Method parameters in com.healthmarketscience.jackcess with type arguments of type PropertyMap.Property
 void PropertyMap.putAll(Iterable<? extends PropertyMap.Property> props)
          Puts all the given properties into this map.
 

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

Methods in com.healthmarketscience.jackcess.impl that return PropertyMap.Property
static PropertyMap.Property PropertyMapImpl.createProperty(String name, DataType type, byte flag, Object value)
           
static PropertyMap.Property PropertyMapImpl.createProperty(String name, DataType type, Object value)
           
 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()
           
 

Method parameters in com.healthmarketscience.jackcess.impl with type arguments of type PropertyMap.Property
 void PropertyMapImpl.putAll(Iterable<? extends PropertyMap.Property> props)
           
 



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