|
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.clone.CloneDescriptionStack
public class CloneDescriptionStack
The CloneDescriptionStack contains all PropertyElements held by a clone service for cloning purpose. This structure only serves as a storage for the cloning process controled by the ICloneService
Constructor Summary | |
---|---|
CloneDescriptionStack()
Constructs new CloneDescriptionStack. |
Method Summary | |
---|---|
void |
addToElementStack(IPropertyDescriptionElement elem)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloneDescriptionStack()
Method Detail |
---|
public void addToElementStack(IPropertyDescriptionElement elem)
addToElementStack
in interface ICloneDescriptionStack
elem
- property description element to be usedpublic IPropertyDescriptionElement popFromElementStack()
popFromElementStack
in interface ICloneDescriptionStack
public IPropertyDescriptionElement getFromElementStack()
getFromElementStack
in interface ICloneDescriptionStack
|
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 |