Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Tableset
Packages that use Tableset
Package
Description
-
Uses of Tableset in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice declared as TablesetModifier and TypeFieldDescriptionprotected TablesetCatalogResource.tablesetEach schema name and each table name must be unique within this tableset.protected TablesetDataCollection.tablesetEach schema name must be unique within this tableset.Methods in org.javastro.ivoa.entities.resource.dataservice that return TablesetModifier and TypeMethodDescriptionObjectFactory.createTableset()Create an instance ofTablesetCatalogResource.getTableset()Each schema name and each table name must be unique within this tableset.DataCollection.getTableset()Each schema name must be unique within this tableset.Tableset.withSchemas(Collection<TableSchema> values) Tableset.withSchemas(TableSchema... values) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TablesetModifier and TypeMethodDescriptionvoidCatalogResource.setTableset(Tableset value) Sets the value of the tableset property.voidDataCollection.setTableset(Tableset value) Sets the value of the tableset property.CatalogResource.withTableset(Tableset value) CatalogService.withTableset(Tableset value) DataCollection.withTableset(Tableset value) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type TablesetModifierConstructorDescriptionCatalogResource(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage, Tableset tableset) Fully-initialising value constructorCatalogService(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage, Tableset tableset) Fully-initialising value constructorDataCollection(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<ResourceName> facilities, List<ResourceName> instruments, List<Rights> rights, List<Format> formats, Coverage coverage, Tableset tableset, AccessURL accessURL) Fully-initialising value constructor -
Uses of Tableset in org.javastro.ivoa.entities.vosi.tables
Subclasses of Tableset in org.javastro.ivoa.entities.vosi.tablesModifier and TypeClassDescriptionclassA description of the table metadata supported by the service associated with a VOSI-enabled resource.