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.document
Class PropertyDescriptor

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.document.PropertyDescriptor

public class PropertyDescriptor
extends java.lang.Object

Class to set ServiceMediaDescriptor properties.


Constructor Summary
PropertyDescriptor()
          Constructs new PropertyDescriptor.
 
Method Summary
 void activatePropertyAsTemplate()
          Activates the "AsTemplate" property.
 void activatePropertyHidden()
          Activates the "Hidden" property.
 com.sun.star.beans.PropertyValue[] getProperties()
          Method to return the array of PropertyValues comprised in the object.
 void setProperty(java.lang.String name, java.lang.Object object)
          Sets property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDescriptor

public PropertyDescriptor()
Constructs new PropertyDescriptor.

Method Detail

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object object)
Sets property value.

Parameters:
name - the property name attribute.
object - the property value attribute.

activatePropertyAsTemplate

public void activatePropertyAsTemplate()
Activates the "AsTemplate" property.


activatePropertyHidden

public void activatePropertyHidden()
Activates the "Hidden" property.


getProperties

public com.sun.star.beans.PropertyValue[] getProperties()
Method to return the array of PropertyValues comprised in the object.

Returns:
propertyValue Array of property Values

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