DODS 5.1 API
A B C D E F G H I J K L M N O P Q R S T U V W X

D

database - Variable in class org.enhydra.dods.cache.QueryResult
Database of the query result.
database - Variable in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
 
database - Variable in class org.enhydra.ant.taskdefs.Dods
 
database - Variable in class org.enhydra.dods.generator.DODSGenerator
Database vendor.
database - Variable in class org.enhydra.dods.trans.TransientXMLBuilderFactory
used database
DATABASE_NOT_SET - Static variable in class org.enhydra.dods.generator.DODSGenerator
 
DATABASE_PARAMETER - Static variable in class org.enhydra.dods.generator.DODSGenerator
 
DatabaseContentException - exception com.lutris.appserver.server.sql.DatabaseContentException.
Exception indicating that data in a database is not what is expected.
DatabaseContentException(DBConnection, String) - Constructor for class com.lutris.appserver.server.sql.DatabaseContentException
Construct given a DBConnection.
DatabaseContentException(String) - Constructor for class com.lutris.appserver.server.sql.DatabaseContentException
Construct with only a detail message.
DatabaseManager - interface com.lutris.appserver.server.sql.DatabaseManager.
The database management object interface.
DatabaseManagerException - exception com.lutris.appserver.server.sql.DatabaseManagerException.
Exception for database manager failures.
DatabaseManagerException(String) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct with required messsage.
DatabaseManagerException(String, Throwable) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct with a message and associated causing exception.
DatabaseManagerException(Throwable) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct from a causing exception.
databaseName - Variable in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Name of used database
dataObject - Variable in class org.enhydra.dods.cache.DOShell
Data object.
DataObjectException - exception com.lutris.dods.builder.generator.query.DataObjectException.
DataObjectException class, used by Business Objects, catch all the DataObject Exceptions, will be passed to POs and handled there.
DataObjectException(String) - Constructor for class com.lutris.dods.builder.generator.query.DataObjectException
Construct a exception without a specified cause.
DataObjectException(String, Throwable) - Constructor for class com.lutris.dods.builder.generator.query.DataObjectException
Construct a exception with an associated causing exception.
datatype - Variable in class org.webdocwf.dods.access.AccessException
 
DATEVALUE - Static variable in class org.webdocwf.util.genericstore.data.AttributeDateValueDO
 
DATEVALUE - Variable in class org.webdocwf.util.genericstore.data.AttributeDateValueDataStruct
 
db_type - Variable in class org.enhydra.dods.trans.Column
column database type
db_vendor - Variable in class org.enhydra.dods.trans.Table
database vendor
dbase - Static variable in class org.enhydra.dods.Common
last used database read from doml file
DBConnection - interface com.lutris.appserver.server.sql.DBConnection.
This interface defines a database connection.
dbName - Variable in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
The symbolic name of this logical database.
DBQuery - interface com.lutris.appserver.server.sql.DBQuery.
Utility for querying object from a database.
DBRowUpdateException - exception com.lutris.appserver.server.sql.DBRowUpdateException.
DBRowUpdateException is thrown when a CoreDO update fails.
DBRowUpdateException(String) - Constructor for class com.lutris.appserver.server.sql.DBRowUpdateException
Construct a exception without a specified cause.
DBTransaction - interface com.lutris.appserver.server.sql.DBTransaction.
Used to perform database transactions.
dbType - Variable in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
The database vendor type.
dbType() - Method in class org.enhydra.dods.trans.Column
Get column database type.
dbType(String) - Method in class org.enhydra.dods.trans.Column
Set column database type.
dbVendor() - Method in class org.enhydra.dods.trans.Table
Get database vendor.
dbVendor(String) - Method in class org.enhydra.dods.trans.Table
Set database vendor.
debug - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
Controls debugging for Transactions and Queries.
debug - Static variable in interface com.lutris.appserver.server.sql.DatabaseManager
Flag to enable debug logging of queries and transactions.
debug() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Sets debug flag to print the SQL statement just before its execution.
debugAll() - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Sets debug flag to print the SQL statement just before its execution.
declMaxLength(String, String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Generate DECL_MAX_LENGTH tag.
DEFAULT_MATCHES_KEYWORD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_MAX_CACHE_SIZE - Static variable in interface org.enhydra.dods.cache.QueryCache
Constant for maximal number of DO objects in the cache.
DEFAULT_MAX_COMPLEX_QUERY_CACHE_SIZE - Static variable in interface org.enhydra.dods.cache.QueryCache
Constant for maximal number of Query objects in the complex query cache.
DEFAULT_MAX_SIMPLE_QUERY_CACHE_SIZE - Static variable in interface org.enhydra.dods.cache.QueryCache
Constant for maximal number of Query objects in the simple query cache.
DEFAULT_SINGLE_WILDCARD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_SINGLE_WILDCARD_ESCAPE - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_USER_APPEND_WILDCARD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_USER_SINGLE_WILDCARD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_USER_SINGLE_WILDCARD_ESCAPE - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_USER_TRIM_STRING - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_USER_WILDCARD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_USER_WILDCARD_ESCAPE - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_WILDCARD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_WILDCARD_ESCAPE - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_WILDCARD_ESCAPE_CLAUSE - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
defaultDB - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
 
DefaultDODSWizard - class org.enhydra.dods.wizard.DefaultDODSWizard.
DODS Generator Wizard's main class.
DefaultDODSWizard(DODSGenerator) - Constructor for class org.enhydra.dods.wizard.DefaultDODSWizard
 
defaultQueryTimeout - Variable in class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
The amount of time (in seconds) that a query will block before throwing an exception.
DefaultTagValues - class org.enhydra.dods.trans.DefaultTagValues.
This class contains default values for Table, Column and Referrer class attributes.
DefaultTagValues() - Constructor for class org.enhydra.dods.trans.DefaultTagValues
 
defaultTransactionTimeout - Variable in class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
The amount of time (in seconds) that a transaction will block before throwing an exception.
delete_cascade - Variable in class org.enhydra.dods.trans.Table
This variable contains information whether the table uses delete cascade capability.
DELETE_QUERY - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
delete() - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
delete() - Method in class org.webdocwf.dods.access.SecureDO
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.GenericStoreDO
Delete all generic attributes
delete() - Method in interface org.webdocwf.util.genericstore.data.TypeDefinitionDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.TypeDefinitionDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.StateTransitionDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.StateTransitionDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.GenericObjectDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.GenericObjectDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.EnumValueDefinitionDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.EnumValueDefinitionDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.EnumTypeDefinitionDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.EnumTypeDefinitionDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeStringValueDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeStringValueDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeObjectValueDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeObjectValueDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeNumberValueDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeNumberValueDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeEnumValueDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeEnumValueDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeDefinitionDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeDefinitionDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeDateValueDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeDateValueDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeBoolValueDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeBoolValueDO
Deletes the DO from its table.
delete() - Method in interface org.webdocwf.util.genericstore.data.AttributeBinaryValueDOI
Deletes the DO from its table.
delete() - Method in class org.webdocwf.util.genericstore.data.AttributeBinaryValueDO
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.dods.access.SecureDO
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.GenericStoreDO
Delete all generic attributes together with the DO Must be called at the beginning of the subclass-delete methid with an explicit transaction
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.TypeDefinitionDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.TypeDefinitionDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.StateTransitionDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.StateTransitionDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.GenericObjectDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.GenericObjectDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.EnumValueDefinitionDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.EnumValueDefinitionDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.EnumTypeDefinitionDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.EnumTypeDefinitionDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeStringValueDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeStringValueDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeObjectValueDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeObjectValueDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeNumberValueDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeNumberValueDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeEnumValueDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeEnumValueDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeDefinitionDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeDefinitionDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeDateValueDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeDateValueDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeBoolValueDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeBoolValueDO
Deletes the DO from its table.
delete(DBTransaction) - Method in interface org.webdocwf.util.genericstore.data.AttributeBinaryValueDOI
Deletes the DO from its table.
delete(DBTransaction) - Method in class org.webdocwf.util.genericstore.data.AttributeBinaryValueDO
Deletes the DO from its table.
delete(DBTransaction, User) - Method in class org.webdocwf.dods.access.SecureDO
Deletes the DO from its table.
delete(GenericDO) - Method in class org.enhydra.dods.cache.QueryCacheItemImpl
Removes data object obj from array OIds, if present.
delete(GenericDO) - Method in interface org.enhydra.dods.cache.QueryCacheItem
Removes data object obj from array DOs, if present.
delete(Transaction) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to delete an object in the database.
delete(Transaction) - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Method to delete an object in the database.
delete(User) - Method in class org.webdocwf.dods.access.SecureDO
Deletes the DO from its table.
deleteCascade() - Method in class org.enhydra.dods.trans.Table
Get the information whether table uses delete cascade.
deleteDO(GenericDO) - Method in class org.enhydra.dods.cache.QueryCacheImpl
Deletes DO from simpleQCache and complexQCache
deleteDO(GenericDO) - Method in interface org.enhydra.dods.cache.QueryCache
Deletes DO from simpleQCache and complexQCache
deleteFromCache() - Method in class com.lutris.appserver.server.sql.CoreDO
This method is invoked whenever an object is deleted from the cache.
deleteNum - Variable in class org.enhydra.dods.statistics.TableStatistics
Number of delete statement performed on table.
dir - Variable in class org.enhydra.ant.taskdefs.SQLSplitterTask
 
DirectoryFilter - class org.enhydra.dods.wizard.DirectoryFilter.
DirectoryFilter restricts file sets to only those files that are directories.
DirectoryFilter() - Constructor for class org.enhydra.dods.wizard.DirectoryFilter
Create a DirectoryFilter for use with the FileChooser dialog.
DirectoryNameFilter - class org.enhydra.dods.wizard.DirectoryNameFilter.
DirectoryNameFilter restricts file sets to only those files that are directories.
DirectoryNameFilter() - Constructor for class org.enhydra.dods.wizard.DirectoryNameFilter
Create a DirectoryNameFilter for use with the FileChooser dialog.
dirty - Variable in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
disableVersioning() - Static method in class com.lutris.appserver.server.sql.CoreDO
Disable use of the version column.
distinct() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
do_is_oid_based - Variable in class org.enhydra.dods.trans.Table
This variable contains information whether the table is based on OID primary key.
DO_IS_OID_BASED - Static variable in class org.enhydra.dods.trans.DefaultTagValues
 
do_name - Variable in class org.enhydra.dods.trans.Referrer.RefAttr
referrer attribute DO class name (class which reference current table)
document - Variable in class org.enhydra.dods.util.XmlUtil
 
Dods - class org.enhydra.ant.taskdefs.Dods.
Invokes DODS to generate a set of java classes from a doml file.
The files will only be regenerated/compiled if the date on the doml file is newer than at least one of the generated files.
This taskdef extends Ant's task; refer to that documentation for parameters that affect compilation.
Typically made visible to an Ant build file with the following declaration:
DODS - class org.enhydra.dods.DODS.
Main DODS class.
dods_conf - Static variable in class org.enhydra.dods.Common
dods configuration property
DODS_XMLBuilder - class org.enhydra.ant.taskdefs.DODS_XMLBuilder.
Invoke DODS to generate a set of java classes from a doml file
The files will only be regenerated/compiled if the date on the doml file is newer than at least one of the generated files
This taskdef extends Ant's task; refer to that documentation for parameters that affect compilation.
Typically made visible to an Ant build file with the following declaration:
DODS_XMLBuilder.BooleanAttribute - class org.enhydra.ant.taskdefs.DODS_XMLBuilder.BooleanAttribute.
 
DODS_XMLBuilder.BooleanAttribute() - Constructor for class org.enhydra.ant.taskdefs.DODS_XMLBuilder.BooleanAttribute
 
DODS_XMLBuilder() - Constructor for class org.enhydra.ant.taskdefs.DODS_XMLBuilder
 
Dods() - Constructor for class org.enhydra.ant.taskdefs.Dods
 
DODS() - Constructor for class org.enhydra.dods.DODS
 
dodsConf - Static variable in class org.enhydra.dods.Common
dods configuration
DODSEjenProperties - class org.enhydra.dods.generator.DODSEjenProperties.
Generate DODS-Ejen.properties file
DODSEjenProperties() - Constructor for class org.enhydra.dods.generator.DODSEjenProperties
 
DODSException - exception org.enhydra.dods.DODSException.
 
DODSException(String) - Constructor for class org.enhydra.dods.DODSException
Construct a exception without a specified cause.
DODSException(String, Throwable) - Constructor for class org.enhydra.dods.DODSException
Construct a exception with an associated causing exception.
DODSException(Throwable) - Constructor for class org.enhydra.dods.DODSException
Construct a exception with a specified cause.
DODSGenerateException - exception org.enhydra.dods.generator.DODSGenerateException.
 
DODSGenerateException(String) - Constructor for class org.enhydra.dods.generator.DODSGenerateException
Construct a exception without a specified cause.
DODSGenerateException(String, Throwable) - Constructor for class org.enhydra.dods.generator.DODSGenerateException
Construct a exception with an associated causing exception.
DODSGenerateException(Throwable) - Constructor for class org.enhydra.dods.generator.DODSGenerateException
Construct a exception with a specified cause.
DODSGenerator - class org.enhydra.dods.generator.DODSGenerator.
This class is used for generating DODS code and DODS documentation.
DODSGenerator() - Constructor for class org.enhydra.dods.generator.DODSGenerator
Default constructor.
DODSTag - class org.enhydra.dods.xslt.DODSTag.
Utility class for DODS template xsl transformation.
DODSTag() - Constructor for class org.enhydra.dods.xslt.DODSTag
 
dodsVendorConfs - Static variable in class org.enhydra.dods.Common
dods vendor configuration
DODSWizard - class org.enhydra.dods.generator.DODSWizard.
DODS Wizard's abstarct class.
DODSWizard(DODSGenerator) - Constructor for class org.enhydra.dods.generator.DODSWizard
 
doIsOidBased() - Method in class org.enhydra.dods.trans.Table
Get the information whether DO is OID based.
doIsOidBased(boolean) - Method in class org.enhydra.dods.trans.Table
Set DO to/not to be OID based.
doml - Variable in class org.enhydra.dods.generator.DODSGenerator
Doml that will be used.
domlfile - Static variable in class org.enhydra.dods.Common
last used doml file
domlfile - Variable in class org.enhydra.ant.taskdefs.Dods
 
domlFile - Variable in class org.enhydra.ant.taskdefs.DODS_XMLBuilder
 
DomlFilter - class org.enhydra.dods.wizard.DomlFilter.
DomlFilter restricts file sets to only those files that are .doml files.
DomlFilter() - Constructor for class org.enhydra.dods.wizard.DomlFilter
Create a DomlFilter for use with the FileChooser dialog.
DomlValidateTask - class org.enhydra.ant.taskdefs.DomlValidateTask.
This class represent task for tarnsformation doml file for validation.
DomlValidateTask() - Constructor for class org.enhydra.ant.taskdefs.DomlValidateTask
constructor with index id and unique
doName() - Method in class org.enhydra.dods.trans.Referrer.RefAttr
Get referrer attribute DO class name.
DONT_LOAD - Static variable in interface com.lutris.classloader.MultiClassLoader.ClassFilter
Value returned to indicate that the class should not be loaded by this class loader.
DOs - Variable in class org.enhydra.dods.cache.QueryResult
Vector with results.
DOShell - class org.enhydra.dods.cache.DOShell.
DOShell class maintains data for result (data objects and data handles).
DOShell(GenericDO) - Constructor for class org.enhydra.dods.cache.DOShell
Constructor(GenericDO).
DOShell(String) - Constructor for class org.enhydra.dods.cache.DOShell
Constructor(handle).
driver - Variable in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Driver object object.
drop(DBConnection) - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Used to drop a connection from the pool.
drop(DBConnection) - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Called when a connection in this pool has an SQL error.
dropAllNow() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Drop all the connection in the pool immediately.
dropAllNow() - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Called when the database manager is shutting down: Close all connections immediately.
dumpMethod(String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Generate DUMP_METHOD tag.
duplicate() - Method in class org.webdocwf.util.genericstore.data.TypeDefinitionDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.StateTransitionDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.GenericObjectDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.EnumValueDefinitionDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.EnumTypeDefinitionDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeStringValueDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeObjectValueDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeNumberValueDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeEnumValueDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeDefinitionDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeDateValueDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeBoolValueDataStruct
Create a copy of the guts of a DO.
duplicate() - Method in class org.webdocwf.util.genericstore.data.AttributeBinaryValueDataStruct
Create a copy of the guts of a DO.

DODS 5.1 API
A B C D E F G H I J K L M N O P Q R S T U V W X