Uses of Class
org.javastro.ivoa.entities.resource.tap.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in org.javastro.ivoa.entities.resource.tap
Fields in org.javastro.ivoa.entities.resource.tap declared as OutputFormatFields in org.javastro.ivoa.entities.resource.tap with type parameters of type OutputFormatModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<OutputFormat,String> OutputFormat.PropInfo.ALIASstatic final com.kscs.util.jaxb.SinglePropertyInfo<OutputFormat,String> OutputFormat.PropInfo.IVO_IDstatic final com.kscs.util.jaxb.SinglePropertyInfo<OutputFormat,String> OutputFormat.PropInfo.MIMEstatic final com.kscs.util.jaxb.CollectionPropertyInfo<TableAccess,OutputFormat> TableAccess.PropInfo.OUTPUT_FORMATSprotected List<OutputFormat>TableAccess.outputFormatsOutput format supported by the service.Methods in org.javastro.ivoa.entities.resource.tap with type parameters of type OutputFormatModifier and TypeMethodDescriptionprotected <_P extends OutputFormat>
_POutputFormat.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.tap that return OutputFormatModifier and TypeMethodDescriptionOutputFormat.Builder.build()OutputFormat.clone()OutputFormat.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) OutputFormat.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) OutputFormat.createCopy()OutputFormat.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createOutputFormat()Create an instance ofOutputFormatOutputFormat.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.tap that return types with arguments of type OutputFormatModifier and TypeMethodDescriptionTableAccess.getOutputFormats()Output format supported by the service.TableAccess.Modifier.getOutputFormats()Methods in org.javastro.ivoa.entities.resource.tap with parameters of type OutputFormatModifier and TypeMethodDescriptionTableAccess.Builder.addOutputFormats(OutputFormat... outputFormats) Adds the given items to the value of "outputFormats"static OutputFormat.Builder<Void>OutputFormat.copyExcept(OutputFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree) OutputFormat.Builder.copyOf(OutputFormat _other) static <_B> OutputFormat.Builder<_B>OutputFormat.copyOf(OutputFormat _other) static <_B> OutputFormat.Builder<_B>OutputFormat.copyOf(OutputFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static OutputFormat.Builder<Void>OutputFormat.copyOnly(OutputFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableAccess.Builder.withOutputFormats(OutputFormat... outputFormats) Sets the new value of "outputFormats" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.tap with type arguments of type OutputFormatModifier and TypeMethodDescriptionTableAccess.Builder.addOutputFormats(Iterable<? extends OutputFormat> outputFormats) Adds the given items to the value of "outputFormats"TableAccess.Builder.withOutputFormats(Iterable<? extends OutputFormat> outputFormats) Sets the new value of "outputFormats" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.tap with parameters of type OutputFormatModifierConstructorDescriptionBuilder(_B _parentBuilder, OutputFormat _other, boolean _copy) Builder(_B _parentBuilder, OutputFormat _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)