|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasi.simple.defi.SimpleElementHandler
jasi.simple.defi.SimpleElement
public class SimpleElement
An example for a simple element.
Field Summary |
---|
Fields inherited from class jasi.simple.defi.SimpleElementHandler |
---|
listener |
Fields inherited from interface jasi.sim.basic.element.Element |
---|
COMPARATOR |
Constructor Summary | |
---|---|
SimpleElement()
Constructor for SimpleElement. |
|
SimpleElement(Id id)
Constructor for SimpleElement for a given ID. |
Method Summary | |
---|---|
SimpleObject |
emptyContent()
Empty the element's content. |
SimpleObject |
fillContent(java.lang.String content)
Fill element with new content. |
java.lang.String |
readContent()
Retrieve the content of this element. |
Methods inherited from class jasi.simple.defi.SimpleElementHandler |
---|
compareTo, delete, getHistory, getHistory, getId, getKey, getValue, isDeleted, registered, setHistory, setHistory, setId, setKey, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleElement()
public SimpleElement(Id id)
id
- The ID.Method Detail |
---|
public java.lang.String readContent()
public SimpleObject emptyContent()
public SimpleObject fillContent(java.lang.String content)
content
- The new content.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |