Uses of Class
org.javastro.ivoa.entities.resource.dataservice.VOTableType
Packages that use VOTableType
-
Uses of VOTableType in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type VOTableTypeModifier and TypeMethodDescriptionprotected <_P extends VOTableType>
_PVOTableType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return VOTableTypeModifier and TypeMethodDescriptionVOTableType.Builder.build()VOTableType.clone()VOTableType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) VOTableType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) VOTableType.createCopy()VOTableType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createVOTableType()Create an instance ofVOTableTypeVOTableType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type VOTableTypeModifier and TypeMethodDescriptionstatic VOTableType.Builder<Void>VOTableType.copyExcept(VOTableType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VOTableType.Builder.copyOf(VOTableType _other) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(VOTableType _other) static <_B> VOTableType.Builder<_B>VOTableType.copyOf(VOTableType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static VOTableType.Builder<Void>VOTableType.copyOnly(VOTableType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type VOTableTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, VOTableType _other, boolean _copy) Builder(_B _parentBuilder, VOTableType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)