| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IElement
Interface that all JPList types must implement.
| Field Summary | |
|---|---|
| static int | ARRAY | 
| static int | DATA | 
| static int | DICTIONARY | 
| static int | DOCUMENT | 
| static int | STRING | 
| Method Summary | |
|---|---|
|  void | addContent(java.lang.Object obj)Adds some content to the element. | 
|  java.lang.Object | getContent()Returns the content of this IElement object. | 
|  void | setContent(java.lang.Object obj)Adds all of the content to the element. | 
|  int | typeOf()Returns the type of the IElement object. | 
| Field Detail | 
|---|
static final int DOCUMENT
static final int STRING
static final int DATA
static final int ARRAY
static final int DICTIONARY
| Method Detail | 
|---|
java.lang.Object getContent()
void addContent(java.lang.Object obj)
                throws JPListException
obj - the content to add.
JPListException - if there was a problem adding content.
void setContent(java.lang.Object obj)
                throws JPListException
obj - the content to set.
JPListException - if there was a problem setting content.int typeOf()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||