public interface ISextanteDataObject
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
This method closes the data object, which was opened using the
 open() method. 
 | 
java.lang.Object | 
getBaseDataObject()
Returns the base data object (i.e. the object that
 this class wraps, which contains the data itself) 
 | 
java.lang.String | 
getFilename()
Returns the filename associated to this data object. 
 | 
java.lang.String | 
getName()
Returns the name of this data object 
 | 
void | 
open()
This methods initialize the data object, so it is ready to be accessed 
 | 
void | 
postProcess()
This method post-processes the object after it has been created. 
 | 
void | 
setName(java.lang.String sName)
Sets a new name for this object 
 | 
java.lang.Object getBaseDataObject()
java.lang.String getName()
void setName(java.lang.String sName)
sName - the new namejava.lang.String getFilename()
void postProcess()
                 throws java.lang.Exception
java.lang.Exceptionvoid open()
void close()