com.aspose.network.outlook
Class MapiPropertyCollection

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<Short,MapiProperty>
              extended by com.aspose.network.outlook.MapiPropertyCollection
All Implemented Interfaces:
Serializable, Cloneable, Map<Short,MapiProperty>

public class MapiPropertyCollection
extends LinkedHashMap<Short,MapiProperty>

Represents the collection of MapiProperty items.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
MapiPropertyCollection()
          Creates a new empty instance of the MapiPropertyCollection class.
MapiPropertyCollection(Map<? extends Short,? extends MapiProperty> m)
          Creates a new instance of the MapiPropertyCollection class.
 
Method Summary
 MapiProperty getByPropertyName(MapiPropertyName propertyName)
          Returns property by its name.
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

MapiPropertyCollection

public MapiPropertyCollection()
Creates a new empty instance of the MapiPropertyCollection class.


MapiPropertyCollection

public MapiPropertyCollection(Map<? extends Short,? extends MapiProperty> m)
Creates a new instance of the MapiPropertyCollection class.

Parameters:
m - map of MapiProperty
Method Detail

getByPropertyName

public MapiProperty getByPropertyName(MapiPropertyName propertyName)
Returns property by its name.

Parameters:
propertyName - name of the property
Returns:
MapiProperty or null if no such property found.


Copyright © 2011 Aspose. All Rights Reserved.