Uses of Class
org.javastro.ivoa.entities.resource.dataservice.TAPDataType
Packages that use TAPDataType
-
Uses of TAPDataType in org.javastro.ivoa.entities.resource.dataservice
Subclasses of TAPDataType in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionclassA data type supported explicitly by the Table Access Protocol (v1.0).Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type TAPDataTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<TAPDataType,BigInteger> TAPDataType.PropInfo.SIZEMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type TAPDataTypeModifier and TypeMethodDescriptionprotected <_P extends TAPDataType>
_PTAPDataType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return TAPDataTypeModifier and TypeMethodDescriptionTAPDataType.Builder.build()TAPDataType.clone()TAPDataType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) TAPDataType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) TAPDataType.createCopy()TAPDataType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TAPDataType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type TAPDataTypeModifier and TypeMethodDescriptionstatic TAPType.Builder<Void>TAPType.copyExcept(TAPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TAPDataType.Builder.copyOf(TAPDataType _other) static <_B> TAPType.Builder<_B>TAPType.copyOf(TAPDataType _other) static <_B> TAPType.Builder<_B>TAPType.copyOf(TAPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TAPType.Builder<Void>TAPType.copyOnly(TAPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type TAPDataTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, TAPDataType _other, boolean _copy) Builder(_B _parentBuilder, TAPDataType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)