|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IElement<E>
Interface that all JPList types must implement.
Method Summary | |
---|---|
void |
addContent(E obj)
Adds some content to the element. |
java.util.List<E> |
getContent()
Returns the content of this IElement object. |
Type |
getType()
Returns a Type enumeration element signifying the type of this IElement object. |
void |
setContent(java.util.List<E> obj)
Adds all of the content to the element. |
int |
typeOf()
Returns the type of the IElement object as an int. |
Method Detail |
---|
java.util.List<E> getContent()
void addContent(E obj)
obj
- the content to add.void setContent(java.util.List<E> obj)
obj
- the content to set.int typeOf()
Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |