Uses of Enum Class
org.javastro.ivoa.entities.resource.dataservice.Waveband
Packages that use Waveband
-
Uses of Waveband in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type WavebandModifier and TypeFieldDescriptionCoverage.wavebandsObservations using non-electromagnetic messengers should not give a waveband in version 1.2 of VODataService.Coverage.PropInfo.WAVEBANDSMethods in org.javastro.ivoa.entities.resource.dataservice that return WavebandModifier and TypeMethodDescriptionstatic WavebandGets the enum associated to the value passed as parameter.static WavebandReturns the enum constant of this class with the specified name.static Waveband[]Waveband.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type WavebandModifier and TypeMethodDescriptionCoverage.getWavebands()Observations using non-electromagnetic messengers should not give a waveband in version 1.2 of VODataService.Coverage.Modifier.getWavebands()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type WavebandModifier and TypeMethodDescriptionCoverage.Builder.addWavebands(Waveband... wavebands) Adds the given items to the value of "wavebands"Coverage.Builder.withWavebands(Waveband... wavebands) Sets the new value of "wavebands" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type WavebandModifier and TypeMethodDescriptionCoverage.Builder.addWavebands(Iterable<? extends Waveband> wavebands) Adds the given items to the value of "wavebands"Coverage.Builder.withWavebands(Iterable<? extends Waveband> wavebands) Sets the new value of "wavebands" (any previous value will be replaced)