|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.service.appproperties.MutableAppPropertyMap
public class MutableAppPropertyMap
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 |
|---|
public MutableAppPropertyMap()
| Method Detail |
|---|
public void put(IAppProperty property)
property - The property to addpublic int size()
IAppPropertyMap
size in interface IAppPropertyMappublic boolean isEmpty()
IAppPropertyMap
isEmpty in interface IAppPropertyMappublic boolean containsProperty(IPropertyName propertyName)
IAppPropertyMap
containsProperty in interface IAppPropertyMappropertyName - The property name to check for
public IAppProperty get(IPropertyName propertyName)
IAppPropertyMap
get in interface IAppPropertyMappropertyName - The property name
public IAppPropertyIterator iterator()
IAppPropertyMap
iterator in interface IAppPropertyMappublic String toString()
toString in class Object| Access Rights |
|---|
| 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
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||