public interface IStructureElementPropertiesAccessor
StructureElement
.Modifier and Type | Method and Description |
---|---|
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. |
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.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.