jasi.simple.model
Interface SimpleObject
- All Superinterfaces:
- java.lang.Comparable<Element>, Element, java.io.Serializable, SimObject
- All Known Implementing Classes:
- SimpleElement, SimpleElementHandler
public interface SimpleObject
- extends Element
Object of the simple model.
Methods inherited from interface java.lang.Comparable |
compareTo |
readContent
java.lang.String readContent()
- Retrieve the content of this element.
- Returns:
- The content.
emptyContent
SimpleObject emptyContent()
- Empty the element's content.
- Returns:
- This simple element with empty content.
fillContent
SimpleObject fillContent(java.lang.String content)
- Fill element with new content.
- Parameters:
content
- The new content.
- Returns:
- This simple element with new content.