Uses of Class
org.javastro.ivoa.entities.vosi.tables.Table.Builder
Packages that use Table.Builder
-
Uses of Table.Builder in org.javastro.ivoa.entities.vosi.tables
Methods in org.javastro.ivoa.entities.vosi.tables 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"static Table.Builder<Void>Table.builder()static Table.Builder<Void>Table.copyExcept(Table _other, com.kscs.util.jaxb.PropertyTree _propertyTree) 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 <_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>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.vosi.tables 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.