|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyMap
A read-only map of properties.
| Method Summary | |
|---|---|
boolean |
containsProperty(IProperty property)
Returns true if the map contains the specified property. |
boolean |
containsProperty(IPropertyName propertyName)
Returns true if the map contains a property with the specified name. |
IProperty |
get(IPropertyName propertyName)
Returns the property with the specified name or null if there
is no such property. |
Exception |
getException(IPropertyName propertyName)
Given a property that does not appear in the property map, query for a possible exception that occured internally when computing it. |
Map |
getExceptions()
Returns a map from IPropertyNames to Exceptions for every property for which an internal error occured during retrieval (not being defined is not an error condition). |
IMutablePropertyMap |
getMutable()
Returns a copy of the map that can be modified. |
boolean |
isEmpty()
Returns true if the map is empty. |
IPropertyIterator |
iterator()
Returns an iterator for the property map. |
int |
size()
Returns the number of properties in the map. |
| Method Detail |
|---|
int size()
boolean isEmpty()
boolean containsProperty(IPropertyName propertyName)
propertyName - the property name to search for.
boolean containsProperty(IProperty property)
property - the property to search for.
IProperty get(IPropertyName propertyName)
null if there
is no such property.
propertyName - the property name to search for.
null if there
is no such property.IPropertyIterator iterator()
IMutablePropertyMap getMutable()
Map getExceptions()
Exception getException(IPropertyName propertyName)
propertyName - name of property
null| 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.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||