Uses of Class
org.javastro.ivoa.entities.resource.dataservice.DataType
Packages that use DataType
-
Uses of DataType in org.javastro.ivoa.entities.resource.dataservice
Subclasses of DataType in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionclassThis set is intended for describing simple input parameters to a service or function.classAn abstract parent for a class of data types that can be used to specify the data type of a table column.classAn 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 DataTypeFields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type DataTypeModifier and TypeFieldDescriptionDataType.PropInfo.ARRAYSIZEDataType.PropInfo.DELIMDataType.PropInfo.EXTENDED_SCHEMADataType.PropInfo.EXTENDED_TYPEDataType.PropInfo.VALUEMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type DataTypeModifier and TypeMethodDescriptionprotected <_P extends DataType>
_PDataType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return DataTypeModifier and TypeMethodDescriptionDataType.Builder.build()DataType.clone()DataType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) DataType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) DataType.createCopy()DataType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createDataType()Create an instance ofDataTypeDataType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type DataTypeModifier and TypeMethodDescriptionstatic DataType.Builder<Void>DataType.copyExcept(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SimpleDataType.Builder<Void>SimpleDataType.copyExcept(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TAPType.Builder<Void>TAPType.copyExcept(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VOTableType.Builder<Void>VOTableType.copyExcept(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> DataType.Builder<_B>static <_B> DataType.Builder<_B>DataType.copyOf(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SimpleDataType.Builder<_B>static <_B> SimpleDataType.Builder<_B>SimpleDataType.copyOf(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> TAPType.Builder<_B>static <_B> TAPType.Builder<_B>TAPType.copyOf(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> VOTableType.Builder<_B>static <_B> VOTableType.Builder<_B>VOTableType.copyOf(DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataType.Builder<Void>static SimpleDataType.Builder<Void>static TAPType.Builder<Void>static VOTableType.Builder<Void>Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type DataType