public class GenericStructureElementPropertiesAccessor extends Object implements IStructureElementPropertiesAccessor
IStructureElementPropertiesAccessor
.Constructor and Description |
---|
GenericStructureElementPropertiesAccessor(StructureElement structureElement)
The constructor for
GenericStructureElementPropertiesAccessor . |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyLocalValue(String propertyName) |
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. |
public GenericStructureElementPropertiesAccessor(StructureElement structureElement)
GenericStructureElementPropertiesAccessor
.structureElement
- the element whose properties are accessed.public String getPropertyValue(String propertyName)
IStructureElementPropertiesAccessor
getPropertyValue
in interface IStructureElementPropertiesAccessor
propertyName
- the property name.public void removeProperty(String propertyName)
IStructureElementPropertiesAccessor
removeProperty
in interface IStructureElementPropertiesAccessor
propertyName
- the name of the property to be removed.public void setPropertyValue(String propertyName, String propertyValue)
IStructureElementPropertiesAccessor
propertyValue
property value for a given propertyName
property name.setPropertyValue
in interface IStructureElementPropertiesAccessor
propertyName
- the property namepropertyValue
- the property valueLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.