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 IProperties

All Known Subinterfaces:
ICharacterProperties, ICharacterPropertyStore, IPageStyleProperties, IParagraphProperties, IParagraphPropertyStore, ITextTableCellProperties, ITextTableCellPropertyStore, ITextTableProperties, ITextTablePropertyStore
All Known Implementing Classes:
AbstractProperties, AbstractPropertyStore, CharacterProperties, CharacterPropertyStore, PageStyleProperties, ParagraphProperties, ParagraphPropertyStore, TextTableCellProperties, TextTableCellPropertyStore, TextTableProperties, TextTablePropertyStore

public interface IProperties

Interface for properties.


Method Summary
 void copyTo(java.lang.String[] propertyKeys, IProperties properties)
          Copies the properties for the given keys of this properties into the given properties.
 java.lang.String getTypeID()
          Returns the id of the property.
 com.sun.star.beans.XPropertySet getXPropertySet()
          Returns the XPropertySet used for this properties.
 

Method Detail

getTypeID

java.lang.String getTypeID()
Returns the id of the property.

Returns:
the id of the property

getXPropertySet

com.sun.star.beans.XPropertySet getXPropertySet()
Returns the XPropertySet used for this properties.

Returns:
the XPropertySet used for this properties

copyTo

void copyTo(java.lang.String[] propertyKeys,
            IProperties properties)
            throws OfficeException
Copies the properties for the given keys of this properties into the given properties.

Parameters:
propertyKeys - the keys of the properties to be copied
properties - the properties to copy properties into
Throws:
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