|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataAreaItem
This class represent a generic element into the data home, like folder o file.
Method Summary | |
---|---|
java.lang.String |
getName()
Return this element name. |
DataFolder |
getParent()
Return the item parent. |
java.lang.String |
getPath()
Return this element path. |
boolean |
isFolder()
Indicates if this is a folder. |
Method Detail |
---|
DataFolder getParent() throws InternalErrorException
InternalErrorException
- if an internal error occurs.java.lang.String getName()
java.lang.String getPath()
boolean isFolder()
true
if this item is a folder, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |