Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TableDataType
Packages that use TableDataType
-
Uses of TableDataType in org.javastro.ivoa.entities.resource.dataservice
Subclasses of TableDataType in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionclassAn abstract parent for the specific data types supported by the Table Access Protocol.classA data type supported explicitly by the Table Access Protocol (v1.0).classA data type supported explicitly by the VOTable formatFields in org.javastro.ivoa.entities.resource.dataservice declared as TableDataTypeModifier and TypeFieldDescriptionprotected TableDataTypeTableParam.dataTypeA type of data contained in the columnFields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type TableDataTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<TableParam,TableDataType> TableParam.PropInfo.DATA_TYPEMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type TableDataTypeModifier and TypeMethodDescriptionprotected <_P extends TableDataType>
_PTableDataType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return TableDataTypeModifier and TypeMethodDescriptionTableDataType.Builder.build()TableDataType.clone()TableDataType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) TableDataType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) TableDataType.createCopy()TableDataType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableParam.getDataType()A type of data contained in the columnTableDataType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableDataTypeModifier and TypeMethodDescriptionstatic TAPType.Builder<Void>TAPType.copyExcept(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VOTableType.Builder<Void>VOTableType.copyExcept(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableDataType.Builder.copyOf(TableDataType _other) static <_B> TAPType.Builder<_B>TAPType.copyOf(TableDataType _other) static <_B> TAPType.Builder<_B>TAPType.copyOf(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(TableDataType _other) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TAPType.Builder<Void>TAPType.copyOnly(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VOTableType.Builder<Void>VOTableType.copyOnly(TableDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidTableParam.Modifier.setDataType(TableDataType dataType) voidTableParam.setDataType(TableDataType value) Sets the value of the dataType property.TableParam.Builder.withDataType(TableDataType dataType) Sets the new value of "dataType" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type TableDataTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, TableDataType _other, boolean _copy) Builder(_B _parentBuilder, TableDataType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableParam(String name, String description, String unit, String ucd, String utype, Map<QName, String> otherAttributes, TableDataType dataType, List<String> flags, Boolean std) Fully-initialising value constructor