|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CDFObject provides the base interface for all CDF objects. CDF objects mean the CDF, Attribute, Entry and Variable objects. All these objects need to implement this interface.
Method Summary | |
---|---|
void |
delete()
Deletes the current object. |
java.lang.String |
getName()
Returns the name of the current object. |
void |
rename(java.lang.String name)
Renames the current object. |
Method Detail |
---|
java.lang.String getName()
void rename(java.lang.String name) throws CDFException
name
- the new object name
CDFException
- if an error occurs renaming the current objectvoid delete() throws CDFException
CDFException
- if an error occurs deleting the current object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |