Uses of Enum Class
org.javastro.ivoa.entities.resource.ssap.SupportedFrame
Packages that use SupportedFrame
-
Uses of SupportedFrame in org.javastro.ivoa.entities.resource.ssap
Fields in org.javastro.ivoa.entities.resource.ssap with type parameters of type SupportedFrameModifier and TypeFieldDescriptionprotected List<SupportedFrame>SimpleSpectralAccess.supportedFramesAt least one recognized value must be listed.Methods in org.javastro.ivoa.entities.resource.ssap that return SupportedFrameModifier and TypeMethodDescriptionstatic SupportedFrameGets the enum associated to the value passed as parameter.static SupportedFrameReturns the enum constant of this class with the specified name.static SupportedFrame[]SupportedFrame.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 SupportedFrameModifier and TypeMethodDescriptionSimpleSpectralAccess.getSupportedFrames()At least one recognized value must be listed.Methods in org.javastro.ivoa.entities.resource.ssap with parameters of type SupportedFrameModifier and TypeMethodDescriptionSimpleSpectralAccess.withSupportedFrames(SupportedFrame... values) Method parameters in org.javastro.ivoa.entities.resource.ssap with type arguments of type SupportedFrameModifier and TypeMethodDescriptionSimpleSpectralAccess.withSupportedFrames(Collection<SupportedFrame> values)