|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStructureElementPropertiesAccessor
A accessor responsible to manage properties for StructureElement
.
Method Summary | |
---|---|
String |
getPropertyValue(String propertyName)
Returns the property value for a given property name. |
void |
removeProperty(String propertyName)
Removes a property for a given property name from the local property structure map. |
void |
setPropertyValue(String propertyName,
String propertyValue)
Sets on the local property structure map a given propertyValue
property value for a given propertyName property name. |
Method Detail |
---|
String getPropertyValue(String propertyName)
propertyName
- the property name.
void setPropertyValue(String propertyName, String propertyValue)
propertyValue
property value for a given propertyName
property name.
propertyName
- the property namepropertyValue
- the property valuevoid removeProperty(String propertyName)
propertyName
- the name of the property to be removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |