|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmoos.ssds.model.DataContainer
moos.ssds.model.DataFile
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement. This information should not be published or distributed to third parties without specific written permission from MBARI.
| Field Summary |
| Fields inherited from interface moos.ssds.model.IDataFile |
FLATFILE_TYPE, NETCDF_TYPE, SERIALIZEDPACKETS_TYPE, UNDEFINED_TYPE |
| Constructor Summary | |
DataFile()
|
|
| Method Summary | |
java.lang.String |
getContentType()
Indicates the contents of the DataFile |
java.lang.String |
getFileName()
This should dynamically parses the filename from the URL. |
IHeaderDescription |
getHeaderDescription()
|
java.lang.Long |
getHeaderDescriptionId()
|
java.net.URL |
getUrl()
|
boolean |
isDodsAccessible()
|
boolean |
isWebAccessible()
|
void |
setContentType(java.lang.String type)
Indicates the contents of the DataFile |
void |
setDodsAccessible(boolean dodsAccessable)
|
void |
setFileName(java.lang.String fileName)
Deprecated. TODO 20031006 brian: This should probably be parsed dynamically from the URL. getFileName() should probably be removed. |
void |
setHeaderDescription(IHeaderDescription headerDescription)
|
void |
setHeaderDescriptionId(java.lang.Long headerDescriptionId)
|
void |
setUrl(java.net.URL url)
|
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DataFile()
| Method Detail |
public java.net.URL getUrl()
getUrl in interface IUrlAccesspublic void setUrl(java.net.URL url)
setUrl in interface IUrlAccesspublic boolean isDodsAccessible()
isDodsAccessible in interface IDataFilepublic void setDodsAccessible(boolean dodsAccessable)
setDodsAccessible in interface IDataFilepublic boolean isWebAccessible()
isWebAccessible in interface IUrlAccesspublic java.lang.String getFileName()
getFileName in interface IDataFilepublic void setFileName(java.lang.String fileName)
setFileName in interface IDataFilepublic IHeaderDescription getHeaderDescription()
getHeaderDescription in interface IDataFilepublic void setHeaderDescription(IHeaderDescription headerDescription)
setHeaderDescription in interface IDataFilepublic java.lang.String getContentType()
getContentType in interface IDataFileFLATFILE_TYPE,
SERIALIZEDPACKETS_TYPE,
UNDEFINED_TYPE,
NETCDF_TYPEpublic void setContentType(java.lang.String type)
setContentType in interface IDataFiletype - public java.lang.Long getHeaderDescriptionId()
getHeaderDescriptionId in interface IDataFilepublic void setHeaderDescriptionId(java.lang.Long headerDescriptionId)
setHeaderDescriptionId in interface IDataFilepublic java.lang.String toString()
IDataContainer
toString in interface IDataContainertoString in class DataContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||