lumis.portal.structure
Interface IStructureElementPropertiesAccessor

Package class diagram package IStructureElementPropertiesAccessor
All Known Subinterfaces:
ILayoutPropertiesAccessor
All Known Implementing Classes:
GenericStructureElementPropertiesAccessor

public interface IStructureElementPropertiesAccessor

A accessor responsible to manage properties for StructureElement.

Since:
5.6.0

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

getPropertyValue

String getPropertyValue(String propertyName)
Returns the property value for a given property name. The property value could be local or inherited.

Parameters:
propertyName - the property name.
Returns:
the property value.
Since:
5.6.0

setPropertyValue

void setPropertyValue(String propertyName,
                      String propertyValue)
Sets on the local property structure map a given propertyValue property value for a given propertyName property name.

Parameters:
propertyName - the property name
propertyValue - the property value
Since:
5.6.0

removeProperty

void removeProperty(String propertyName)
Removes a property for a given property name from the local property structure map.

Parameters:
propertyName - the name of the property to be removed.
Since:
5.6.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.