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
Interface IPropertyKey

All Known Implementing Classes:
PropertyKey

public interface IPropertyKey

Interface for property key.


Method Summary
 java.lang.String getDescription()
          Returns the description used for this key.
 java.lang.String getKey()
          Returns the key used with open office.
 java.lang.String getText()
          Returns the text used for this key.
 

Method Detail

getKey

java.lang.String getKey()
Returns the key used with open office.

Returns:
the key used with open office

getText

java.lang.String getText()
Returns the text used for this key.

Returns:
the text used for this key

getDescription

java.lang.String getDescription()
Returns the description used for this key.

Returns:
the description used for this key

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