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.application
Interface IApplicationProperties

All Known Implementing Classes:
ApplicationProperties

public interface IApplicationProperties

Properties of an office application.


Field Summary
static java.lang.String PRODUCT_KEY_PROPERTY
          Name of the product key property.
 
Method Summary
 java.lang.String[] getPropertyNames()
          Returns available property names.
 java.lang.String getPropertyValue(java.lang.String name)
          Returns property value with the submitted name.
 

Field Detail

PRODUCT_KEY_PROPERTY

static final java.lang.String PRODUCT_KEY_PROPERTY
Name of the product key property.

See Also:
Constant Field Values
Method Detail

getPropertyValue

java.lang.String getPropertyValue(java.lang.String name)
Returns property value with the submitted name. Returns null if the property is not available.

Parameters:
name - name of the property
Returns:
property value with the submitted name or null if the property is not available

getPropertyNames

java.lang.String[] getPropertyNames()
Returns available property names.

Returns:
available property names

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