Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Format
Packages that use Format
-
Uses of Format in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice declared as FormatFields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type FormatModifier and TypeFieldDescriptionDataCollection.formatsThis should use RFC 2046 media (“MIME”) types for network-retrievable, digital data.static final com.kscs.util.jaxb.CollectionPropertyInfo<DataCollection,Format> DataCollection.PropInfo.FORMATSFormat.PropInfo.IS_MIME_TYPEFormat.PropInfo.VALUEMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type FormatModifier and TypeMethodDescriptionprotected <_P extends Format>
_PFormat.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return FormatModifier and TypeMethodDescriptionFormat.Builder.build()Format.clone()Format.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Format.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Format.createCopy()Format.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createFormat()Create an instance ofFormatFormat.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type FormatModifier and TypeMethodDescriptionDataCollection.getFormats()This should use RFC 2046 media (“MIME”) types for network-retrievable, digital data.DataCollection.Modifier.getFormats()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type FormatModifier and TypeMethodDescriptionDataCollection.Builder.addFormats(Format... formats) Adds the given items to the value of "formats"static Format.Builder<Void>Format.copyExcept(Format _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Format.Builder<_B>static <_B> Format.Builder<_B>Format.copyOf(Format _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Format.Builder<Void>DataCollection.Builder.withFormats(Format... formats) Sets the new value of "formats" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type FormatModifier and TypeMethodDescriptionDataCollection.Builder.addFormats(Iterable<? extends Format> formats) Adds the given items to the value of "formats"DataCollection.Builder.withFormats(Iterable<? extends Format> formats) Sets the new value of "formats" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type Format