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.clone
Interface ICloneDescriptionStack

All Known Implementing Classes:
CloneDescriptionStack

public interface ICloneDescriptionStack

The ICloneDescriptionStack, should be implemented by all coleable structures like tables and else.


Method Summary
 void addToElementStack(IPropertyDescriptionElement propertyDescriptionElement)
          Adds a new element to the stack (this weill be placed on top automagically, (this is pretty obvious cause we're working with a stack, I know, I know).
 IPropertyDescriptionElement getFromElementStack()
          Gets the top element from the stack without deleting it.
 IPropertyDescriptionElement popFromElementStack()
          Removes the top element from the stack and returns it.
 

Method Detail

addToElementStack

void addToElementStack(IPropertyDescriptionElement propertyDescriptionElement)
Adds a new element to the stack (this weill be placed on top automagically, (this is pretty obvious cause we're working with a stack, I know, I know).

Parameters:
propertyDescriptionElement - property description element to be used

popFromElementStack

IPropertyDescriptionElement popFromElementStack()
Removes the top element from the stack and returns it.

Returns:
the top element of the stack

getFromElementStack

IPropertyDescriptionElement getFromElementStack()
Gets the top element from the stack without deleting it.

Returns:
the top element of the stack

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