Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Table.Builder
Packages that use Table.Builder
Package
Description
-
Uses of Table.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return Table.BuilderModifier and TypeMethodDescriptionTable.Builder.addColumns(Iterable<? extends TableParam> columns) Adds the given items to the value of "columns"Table.Builder.addColumns(TableParam... columns) Adds the given items to the value of "columns"Table.Builder.addForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Adds the given items to the value of "foreignKeies"Table.Builder.addForeignKeies(ForeignKey... foreignKeies) Adds the given items to the value of "foreignKeies"Table.Builder<? extends TableSchema.Builder<_B>>TableSchema.Builder.addTables()Returns a new builder to build an additional value of the "Tables" property.static Table.Builder<Void>Table.builder()static Table.Builder<Void>Table.copyExcept(Table _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Table.Builder.copyOf(Table.Builder _other) static <_B> Table.Builder<_B>static <_B> Table.Builder<_B>Table.copyOf(Table _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Table.Builder<Void>Table.newCopyBuilder()<_B> Table.Builder<_B>Table.newCopyBuilder(_B _parentBuilder) <_B> Table.Builder<_B>Table.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Table.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Table.Builder.withColumns(Iterable<? extends TableParam> columns) Sets the new value of "columns" (any previous value will be replaced)Table.Builder.withColumns(TableParam... columns) Sets the new value of "columns" (any previous value will be replaced)Table.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Table.Builder.withForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)Table.Builder.withForeignKeies(ForeignKey... foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Table.Builder.withNrows(BigInteger nrows) Sets the new value of "nrows" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "utype" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type Table.BuilderModifier and TypeMethodDescriptionTableParam.Builder<? extends Table.Builder<_B>>Table.Builder.addColumns()Returns a new builder to build an additional value of the "Columns" property.ForeignKey.Builder<? extends Table.Builder<_B>>Table.Builder.addForeignKeies()Returns a new builder to build an additional value of the "ForeignKeies" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type Table.BuilderModifier and TypeMethodDescriptionTable.Builder.copyOf(Table.Builder _other) <_B> voidTable.copyTo(Table.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTable.copyTo(Table.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 Table.Builder in org.javastro.ivoa.entities.vosi.tables
Subclasses of Table.Builder in org.javastro.ivoa.entities.vosi.tables