Class Table.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.Table.Builder<_B>
org.javastro.ivoa.entities.vosi.tables.Table.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Table
public static class Table.Builder<_B>
extends Table.Builder<_B>
implements com.kscs.util.jaxb.Buildable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields inherited from class org.javastro.ivoa.entities.resource.dataservice.Table.Builder
_parentBuilder, _storedValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddColumns(Iterable<? extends TableParam> columns) Adds the given items to the value of "columns"addColumns(TableParam... columns) Adds the given items to the value of "columns"addForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Adds the given items to the value of "foreignKeies"addForeignKeies(ForeignKey... foreignKeies) Adds the given items to the value of "foreignKeies"build()copyOf(Table.Builder _other) protected <_P extends Table>
_Pinit(_P _product) withColumns(Iterable<? extends TableParam> columns) Sets the new value of "columns" (any previous value will be replaced)withColumns(TableParam... columns) Sets the new value of "columns" (any previous value will be replaced)withDescription(String description) Sets the new value of "description" (any previous value will be replaced)withForeignKeies(Iterable<? extends ForeignKey> foreignKeies) Sets the new value of "foreignKeies" (any previous value will be replaced)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)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 inherited from class org.javastro.ivoa.entities.resource.dataservice.Table.Builder
addColumns, addForeignKeies, copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
init
-
withName
Sets the new value of "name" (any previous value will be replaced)- Overrides:
withNamein classTable.Builder<_B>- Parameters:
name- New value of the "name" property.
-
withTitle
Sets the new value of "title" (any previous value will be replaced)- Overrides:
withTitlein classTable.Builder<_B>- Parameters:
title- New value of the "title" property.
-
withDescription
Sets the new value of "description" (any previous value will be replaced)- Overrides:
withDescriptionin classTable.Builder<_B>- Parameters:
description- New value of the "description" property.
-
withUtype
Sets the new value of "utype" (any previous value will be replaced)- Overrides:
withUtypein classTable.Builder<_B>- Parameters:
utype- New value of the "utype" property.
-
withNrows
Sets the new value of "nrows" (any previous value will be replaced)- Overrides:
withNrowsin classTable.Builder<_B>- Parameters:
nrows- New value of the "nrows" property.
-
addColumns
Adds the given items to the value of "columns"- Overrides:
addColumnsin classTable.Builder<_B>- Parameters:
columns- Items to add to the value of the "columns" property
-
addColumns
Adds the given items to the value of "columns"- Overrides:
addColumnsin classTable.Builder<_B>- Parameters:
columns- Items to add to the value of the "columns" property
-
withColumns
Sets the new value of "columns" (any previous value will be replaced)- Overrides:
withColumnsin classTable.Builder<_B>- Parameters:
columns- New value of the "columns" property.
-
withColumns
Sets the new value of "columns" (any previous value will be replaced)- Overrides:
withColumnsin classTable.Builder<_B>- Parameters:
columns- New value of the "columns" property.
-
addForeignKeies
Adds the given items to the value of "foreignKeies"- Overrides:
addForeignKeiesin classTable.Builder<_B>- Parameters:
foreignKeies- Items to add to the value of the "foreignKeies" property
-
addForeignKeies
Adds the given items to the value of "foreignKeies"- Overrides:
addForeignKeiesin classTable.Builder<_B>- Parameters:
foreignKeies- Items to add to the value of the "foreignKeies" property
-
withForeignKeies
Sets the new value of "foreignKeies" (any previous value will be replaced)- Overrides:
withForeignKeiesin classTable.Builder<_B>- Parameters:
foreignKeies- New value of the "foreignKeies" property.
-
withForeignKeies
Sets the new value of "foreignKeies" (any previous value will be replaced)- Overrides:
withForeignKeiesin classTable.Builder<_B>- Parameters:
foreignKeies- New value of the "foreignKeies" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Overrides:
withTypein classTable.Builder<_B>- Parameters:
type- New value of the "type" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classTable.Builder<_B>
-
copyOf
-
copyOf
-