Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getName()
void rename(java.lang.String name) throws CDFException
name
- the new object nameCDFException
- if an error occurs renaming the current objectvoid delete() throws CDFException
CDFException
- if an error occurs deleting the current object