|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.beans.PropertyKey
public class PropertyKey
A key for a property.
Constructor Summary | |
---|---|
PropertyKey(java.lang.String key,
java.lang.String text,
java.lang.String description)
Constructs new PropertyKey. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyKey(java.lang.String key, java.lang.String text, java.lang.String description) throws java.lang.IllegalArgumentException
key
- key to be usedtext
- text to be useddescription
- description to be used
java.lang.IllegalArgumentException
- if the key is not validMethod Detail |
---|
public java.lang.String getKey()
getKey
in interface IPropertyKey
public java.lang.String getText()
getText
in interface IPropertyKey
public java.lang.String getDescription()
getDescription
in interface IPropertyKey
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |