com.sapportals.wcm.repository.service.appproperties

Class MutableAppPropertyMap

java.lang.Object
  extended by com.sapportals.wcm.repository.service.appproperties.MutableAppPropertyMap
All Implemented Interfaces:
IAppPropertyMap

public class MutableAppPropertyMap
extends Object
implements IAppPropertyMap

A mutable map of application properties.


Constructor Summary
MutableAppPropertyMap()
           
 
Method Summary
 boolean containsProperty(IPropertyName propertyName)
          Returns true if the map contains the property
 IAppProperty get(IPropertyName propertyName)
          Get a property from the map
 boolean isEmpty()
          Returns true if the map is emptry
 IAppPropertyIterator iterator()
          Returns an iterator for the property map
 void put(IAppProperty property)
          Adds the specified property to the map (key = property name, value = property)
 int size()
          Returns the number of properties in the map
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableAppPropertyMap

public MutableAppPropertyMap()
Method Detail

put

public void put(IAppProperty property)
Adds the specified property to the map (key = property name, value = property)

Parameters:
property - The property to add

size

public int size()
Description copied from interface: IAppPropertyMap
Returns the number of properties in the map

Specified by:
size in interface IAppPropertyMap
Returns:
The number of properties

isEmpty

public boolean isEmpty()
Description copied from interface: IAppPropertyMap
Returns true if the map is emptry

Specified by:
isEmpty in interface IAppPropertyMap
Returns:
true if the map is emptry

containsProperty

public boolean containsProperty(IPropertyName propertyName)
Description copied from interface: IAppPropertyMap
Returns true if the map contains the property

Specified by:
containsProperty in interface IAppPropertyMap
Parameters:
propertyName - The property name to check for
Returns:
true if the map contains the property

get

public IAppProperty get(IPropertyName propertyName)
Description copied from interface: IAppPropertyMap
Get a property from the map

Specified by:
get in interface IAppPropertyMap
Parameters:
propertyName - The property name
Returns:
The property

iterator

public IAppPropertyIterator iterator()
Description copied from interface: IAppPropertyMap
Returns an iterator for the property map

Specified by:
iterator in interface IAppPropertyMap
Returns:
an iterator for the property map

toString

public String toString()
Overrides:
toString in class Object
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice