|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.cataloggen.config.CatalogGenConfig
public class CatalogGenConfig
Title: Catalog Generator
Description: Tool for generating THREDDS catalogs.
Copyright: Copyright (c) 2001
Company: UCAR/Unidata
| Nested Class Summary | |
|---|---|
static class |
CatalogGenConfig.Type
Type-safe enumeration of the types of CatalogGenConfig. |
| Field Summary | |
|---|---|
static java.lang.String |
CATALOG_GEN_CONFIG_NAMESPACE_URI_0_5
|
| Constructor Summary | |
|---|---|
CatalogGenConfig(InvDataset parentDataset,
CatalogGenConfig.Type type)
Constructor |
|
CatalogGenConfig(InvDataset parentDataset,
java.lang.String typeName)
Constructor |
|
| Method Summary | |
|---|---|
DatasetSource |
getDatasetSource()
Return the DatasetSource for this CatalogGenConfig |
InvDataset |
getParentDataset()
Return the parent dataset of this CatalogGenConfig |
CatalogGenConfig.Type |
getType()
Return the type of this CatalogGenConfig |
void |
setDatasetSource(DatasetSource dsSource)
Set the DatasetSource for this CatalogGenConfig |
void |
setParentDataset(InvDataset parentDataset)
Set the type of this CatalogGenConfig |
void |
setType(CatalogGenConfig.Type type)
Set the type of this CatalogGenConfig |
java.lang.String |
toString()
|
boolean |
validate(java.lang.StringBuffer out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CATALOG_GEN_CONFIG_NAMESPACE_URI_0_5
| Constructor Detail |
|---|
public CatalogGenConfig(InvDataset parentDataset,
java.lang.String typeName)
public CatalogGenConfig(InvDataset parentDataset,
CatalogGenConfig.Type type)
| Method Detail |
|---|
public InvDataset getParentDataset()
public void setParentDataset(InvDataset parentDataset)
public CatalogGenConfig.Type getType()
public void setType(CatalogGenConfig.Type type)
public DatasetSource getDatasetSource()
public void setDatasetSource(DatasetSource dsSource)
public boolean validate(java.lang.StringBuffer out)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||