|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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. |
java.lang.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. |
java.util.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 |
public int size()
public boolean isEmpty()
public boolean containsProperty(IPropertyName propertyName)
propertyName - the property name to search for.public boolean containsProperty(IProperty property)
property - the property to search for.public 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.public IPropertyIterator iterator()
public IMutablePropertyMap getMutable()
public java.util.Map getExceptions()
public java.lang.Exception getException(IPropertyName propertyName)
propertyName - name of propertynull
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||