|
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.AbstractPropertyStore
public abstract class AbstractPropertyStore
Abstract class for property stores.
Constructor Summary | |
---|---|
AbstractPropertyStore()
|
Method Summary | |
---|---|
void |
copyTo(java.lang.String[] propertyKeys,
IProperties properties)
Copies the properties for the given keys of this properties into the given properties. |
abstract IProperties |
getProperties()
Returns the properties. |
java.lang.String |
getTypeID()
Returns the id of the property. |
com.sun.star.beans.XPropertySet |
getXPropertySet()
Returns the XPropertySet used for this properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPropertyStore()
Method Detail |
---|
public java.lang.String getTypeID()
getTypeID
in interface IProperties
public abstract IProperties getProperties()
getProperties
in interface IPropertyStore
public com.sun.star.beans.XPropertySet getXPropertySet()
getXPropertySet
in interface IProperties
public void copyTo(java.lang.String[] propertyKeys, IProperties properties) throws OfficeException
copyTo
in interface IProperties
propertyKeys
- the keys of the properties to be copiedproperties
- the properties to copy properties into
OfficeException
- if copy failed
|
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 |