Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Tableset.Builder
Packages that use Tableset.Builder
Package
Description
-
Uses of Tableset.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return Tableset.BuilderModifier and TypeMethodDescriptionTableset.Builder.addSchemas(Iterable<? extends TableSchema> schemas) Adds the given items to the value of "schemas"Tableset.Builder.addSchemas(TableSchema... schemas) Adds the given items to the value of "schemas"static Tableset.Builder<Void>Tableset.builder()static Tableset.Builder<Void>Tableset.copyExcept(Tableset _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Tableset.Builder.copyOf(Tableset.Builder _other) static <_B> Tableset.Builder<_B>static <_B> Tableset.Builder<_B>Tableset.copyOf(Tableset _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Tableset.Builder<Void>Tableset.newCopyBuilder()<_B> Tableset.Builder<_B>Tableset.newCopyBuilder(_B _parentBuilder) <_B> Tableset.Builder<_B>Tableset.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Tableset.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Tableset.Builder.withSchemas(Iterable<? extends TableSchema> schemas) Sets the new value of "schemas" (any previous value will be replaced)Tableset.Builder.withSchemas(TableSchema... schemas) Sets the new value of "schemas" (any previous value will be replaced)Tableset.Builder<? extends CatalogResource.Builder<_B>>CatalogResource.Builder.withTableset()Returns the existing builder or a new builder to build the value of the "tableset" property.Tableset.Builder<? extends CatalogService.Builder<_B>>CatalogService.Builder.withTableset()Returns the existing builder or a new builder to build the value of the "tableset" property.Tableset.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withTableset()Returns the existing builder or a new builder to build the value of the "tableset" property.Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type Tableset.BuilderModifier and TypeMethodDescriptionTableSchema.Builder<? extends Tableset.Builder<_B>>Tableset.Builder.addSchemas()Returns a new builder to build an additional value of the "Schemas" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type Tableset.BuilderModifier and TypeMethodDescriptionTableset.Builder.copyOf(Tableset.Builder _other) <_B> voidTableset.copyTo(Tableset.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTableset.copyTo(Tableset.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder. -
Uses of Tableset.Builder in org.javastro.ivoa.entities.vosi.tables
Subclasses of Tableset.Builder in org.javastro.ivoa.entities.vosi.tables