Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TableParam
Packages that use TableParam
Package
Description
-
Uses of TableParam in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type TableParamModifier and TypeFieldDescriptionprotected List<TableParam>Table.columnsA description of a table column.static final com.kscs.util.jaxb.CollectionPropertyInfo<Table,TableParam> Table.PropInfo.COLUMNSstatic final com.kscs.util.jaxb.SinglePropertyInfo<TableParam,TableDataType> TableParam.PropInfo.DATA_TYPEstatic final com.kscs.util.jaxb.CollectionPropertyInfo<TableParam,String> TableParam.PropInfo.FLAGSstatic final com.kscs.util.jaxb.SinglePropertyInfo<TableParam,Boolean> TableParam.PropInfo.STDMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type TableParamModifier and TypeMethodDescriptionprotected <_P extends TableParam>
_PTableParam.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return TableParamModifier and TypeMethodDescriptionTableParam.Builder.build()TableParam.clone()TableParam.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) TableParam.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) TableParam.createCopy()TableParam.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createTableParam()Create an instance ofTableParamTableParam.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type TableParamModifier and TypeMethodDescriptionTable.getColumns()A description of a table column.Table.Modifier.getColumns()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableParamModifier and TypeMethodDescriptionTable.Builder.addColumns(TableParam... columns) Adds the given items to the value of "columns"static TableParam.Builder<Void>TableParam.copyExcept(TableParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableParam.Builder.copyOf(TableParam _other) static <_B> TableParam.Builder<_B>TableParam.copyOf(TableParam _other) static <_B> TableParam.Builder<_B>TableParam.copyOf(TableParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TableParam.Builder<Void>TableParam.copyOnly(TableParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Table.Builder.withColumns(TableParam... columns) Sets the new value of "columns" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type TableParamModifier and TypeMethodDescriptionTable.Builder.addColumns(Iterable<? extends TableParam> columns) Adds the given items to the value of "columns"Table.Builder.withColumns(Iterable<? extends TableParam> columns) Sets the new value of "columns" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableParamModifierConstructorDescriptionBuilder(_B _parentBuilder, TableParam _other, boolean _copy) Builder(_B _parentBuilder, TableParam _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Constructor parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type TableParamModifierConstructorDescriptionTable(String name, String title, String description, String utype, BigInteger nrows, List<TableParam> columns, List<ForeignKey> foreignKeies, String type, Map<QName, String> otherAttributes) Fully-initialising value constructor -
Uses of TableParam in org.javastro.ivoa.entities.vosi.tables
Methods in org.javastro.ivoa.entities.vosi.tables with parameters of type TableParamModifier and TypeMethodDescriptionTable.Builder.addColumns(TableParam... columns) Adds the given items to the value of "columns"Table.Builder.withColumns(TableParam... columns) Sets the new value of "columns" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vosi.tables with type arguments of type TableParamModifier and TypeMethodDescriptionTable.Builder.addColumns(Iterable<? extends TableParam> columns) Adds the given items to the value of "columns"Table.Builder.withColumns(Iterable<? extends TableParam> columns) Sets the new value of "columns" (any previous value will be replaced)Constructor parameters in org.javastro.ivoa.entities.vosi.tables with type arguments of type TableParamModifierConstructorDescriptionTable(String name, String title, String description, String utype, BigInteger nrows, List<TableParam> columns, List<ForeignKey> foreignKeies, String type, Map<QName, String> otherAttributes) Fully-initialising value constructor