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.internal.application
Class ApplicationProperties

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.application.ApplicationProperties
All Implemented Interfaces:
IApplicationProperties

public class ApplicationProperties
extends java.lang.Object
implements IApplicationProperties

Properties of an office application.


Field Summary
 
Fields inherited from interface ag.ion.bion.officelayer.application.IApplicationProperties
PRODUCT_KEY_PROPERTY
 
Constructor Summary
ApplicationProperties(java.util.Properties properties)
          Constructs new ApplicationProperties.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationProperties

public ApplicationProperties(java.util.Properties properties)
                      throws java.lang.IllegalArgumentException
Constructs new ApplicationProperties.

Parameters:
properties - properties to be used
Throws:
java.lang.IllegalArgumentException - if the submitted properties are not valid
Method Detail

getPropertyValue

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

Specified by:
getPropertyValue in interface IApplicationProperties
Parameters:
name - name of the property
Returns:
property value with the submitted name or null if the property is not available

getPropertyNames

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

Specified by:
getPropertyNames in interface IApplicationProperties
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