Uses of Enum Class
org.javastro.ivoa.entities.resource.ssap.DataSource
Packages that use DataSource
-
Uses of DataSource in org.javastro.ivoa.entities.resource.ssap
Fields in org.javastro.ivoa.entities.resource.ssap with type parameters of type DataSourceModifier and TypeFieldDescriptionprotected List<DataSource>SimpleSpectralAccess.dataSourcesAllowed values are "survey", "pointed", "custom", "theory", "artificial"Methods in org.javastro.ivoa.entities.resource.ssap that return DataSourceModifier and TypeMethodDescriptionstatic DataSourceGets the enum associated to the value passed as parameter.static DataSourceReturns the enum constant of this class with the specified name.static DataSource[]DataSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.ssap that return types with arguments of type DataSourceModifier and TypeMethodDescriptionSimpleSpectralAccess.getDataSources()Allowed values are "survey", "pointed", "custom", "theory", "artificial" Gets the value of the dataSources property.Methods in org.javastro.ivoa.entities.resource.ssap with parameters of type DataSourceMethod parameters in org.javastro.ivoa.entities.resource.ssap with type arguments of type DataSourceModifier and TypeMethodDescriptionSimpleSpectralAccess.withDataSources(Collection<DataSource> values)