|
||||||||||
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 | |
---|---|
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Returns the property value for a given property name. |
void |
removeProperty(java.lang.String propertyName)
Removes a property for a given property name from the local property structure map. |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.String propertyValue)
Sets on the local property structure map a given propertyValue
property value for a given propertyName property name. |
Method Detail |
---|
java.lang.String getPropertyValue(java.lang.String propertyName)
propertyName
- the property name.
void setPropertyValue(java.lang.String propertyName, java.lang.String propertyValue)
propertyValue
property value for a given propertyName
property name.
propertyName
- the property namepropertyValue
- the property valuevoid removeProperty(java.lang.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 |