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.Methods in org.javastro.ivoa.entities.resource.dataservice that return TableParamModifier and TypeMethodDescriptionObjectFactory.createTableParam()Create an instance ofTableParamTableParam.withDataType(TableDataType value) TableParam.withDescription(String value) TableParam.withFlags(Collection<String> values) Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type TableParamMethods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableParamMethod parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type TableParamConstructor 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 TableParamMethod parameters in org.javastro.ivoa.entities.vosi.tables with type arguments of type TableParamConstructor 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