Uses of Class
org.javastro.ivoa.entities.resource.applications.DataFormat
Packages that use DataFormat
-
Uses of DataFormat in org.javastro.ivoa.entities.resource.applications
Fields in org.javastro.ivoa.entities.resource.applications declared as DataFormatFields in org.javastro.ivoa.entities.resource.applications with type parameters of type DataFormatModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Application,DataFormat> Application.PropInfo.DATA_FORMATSprotected List<DataFormat>Application.dataFormatsFile formats that this application can read or write.static final com.kscs.util.jaxb.SinglePropertyInfo<DataFormat,DataFormatDirection> DataFormat.PropInfo.DIRECTIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataFormat,String> DataFormat.PropInfo.STANDARD_IDMethods in org.javastro.ivoa.entities.resource.applications with type parameters of type DataFormatModifier and TypeMethodDescriptionprotected <_P extends DataFormat>
_PDataFormat.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.applications that return DataFormatModifier and TypeMethodDescriptionDataFormat.Builder.build()DataFormat.clone()DataFormat.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) DataFormat.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) DataFormat.createCopy()DataFormat.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createDataFormat()Create an instance ofDataFormatDataFormat.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.applications that return types with arguments of type DataFormatModifier and TypeMethodDescriptionApplication.getDataFormats()File formats that this application can read or write.Application.Modifier.getDataFormats()Methods in org.javastro.ivoa.entities.resource.applications with parameters of type DataFormatModifier and TypeMethodDescriptionApplication.Builder.addDataFormats(DataFormat... dataFormats) Adds the given items to the value of "dataFormats"DesktopApplication.Builder.addDataFormats(DataFormat... dataFormats) Adds the given items to the value of "dataFormats"SoftwareLibrary.Builder.addDataFormats(DataFormat... dataFormats) Adds the given items to the value of "dataFormats"static DataFormat.Builder<Void>DataFormat.copyExcept(DataFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataFormat.Builder.copyOf(DataFormat _other) static <_B> DataFormat.Builder<_B>DataFormat.copyOf(DataFormat _other) static <_B> DataFormat.Builder<_B>DataFormat.copyOf(DataFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataFormat.Builder<Void>DataFormat.copyOnly(DataFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Application.Builder.withDataFormats(DataFormat... dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)DesktopApplication.Builder.withDataFormats(DataFormat... dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)SoftwareLibrary.Builder.withDataFormats(DataFormat... dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.applications with type arguments of type DataFormatModifier and TypeMethodDescriptionApplication.Builder.addDataFormats(Iterable<? extends DataFormat> dataFormats) Adds the given items to the value of "dataFormats"DesktopApplication.Builder.addDataFormats(Iterable<? extends DataFormat> dataFormats) Adds the given items to the value of "dataFormats"SoftwareLibrary.Builder.addDataFormats(Iterable<? extends DataFormat> dataFormats) Adds the given items to the value of "dataFormats"Application.Builder.withDataFormats(Iterable<? extends DataFormat> dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)DesktopApplication.Builder.withDataFormats(Iterable<? extends DataFormat> dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)SoftwareLibrary.Builder.withDataFormats(Iterable<? extends DataFormat> dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.applications with parameters of type DataFormatModifierConstructorDescriptionBuilder(_B _parentBuilder, DataFormat _other, boolean _copy) Builder(_B _parentBuilder, DataFormat _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)