Uses of Class
org.javastro.ivoa.entities.vosi.tables.Tableset.Builder
Packages that use Tableset.Builder
-
Uses of Tableset.Builder in org.javastro.ivoa.entities.vosi.tables
Methods in org.javastro.ivoa.entities.vosi.tables 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) 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 <_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>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)Methods in org.javastro.ivoa.entities.vosi.tables 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.