Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.beans
Class PropertyKeysContainer

java.lang.Object
  extended by ag.ion.bion.officelayer.beans.PropertyKeysContainer

public class PropertyKeysContainer
extends java.lang.Object

Container that can hold property keys for different properties. Is used for cloning cell formats and to decide wich properties to clone, for example.


Constructor Summary
PropertyKeysContainer()
           
 
Method Summary
 void addPropertyKeys(java.lang.String propertiesID, java.lang.String[] propertyStringKeys)
          Adds property keys for the property with the given id to this container.
 java.lang.String[] getPropertyKeys(java.lang.String propertiesID)
          Returns property keys for the property with the given id, or null, if key is not in container.
 void removePropertyKeys(java.lang.String propertiesID)
          Removes property keys for the property with the given id from this container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyKeysContainer

public PropertyKeysContainer()
Method Detail

addPropertyKeys

public void addPropertyKeys(java.lang.String propertiesID,
                            java.lang.String[] propertyStringKeys)
Adds property keys for the property with the given id to this container. If the properties id is already in this container it will be overwritten.

Parameters:
propertiesID - the id of the properties object (i.e. #ICharacterProperties.TYPE_ID)
propertyStringKeys - the keys of the properties

removePropertyKeys

public void removePropertyKeys(java.lang.String propertiesID)
Removes property keys for the property with the given id from this container.

Parameters:
propertiesID - the id of the properties object (i.e. #ICharacterProperties.TYPE_ID)

getPropertyKeys

public java.lang.String[] getPropertyKeys(java.lang.String propertiesID)
Returns property keys for the property with the given id, or null, if key is not in container.

Parameters:
propertiesID - the id of the properties object (i.e. #ICharacterProperties.TYPE_ID)
Returns:
property keys for the property with the given id, or null, if key is not in container

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013