Uses of Enum Class
org.javastro.ivoa.entities.resource.dataservice.ParamUse
Packages that use ParamUse
-
Uses of ParamUse in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice declared as ParamUseModifier and TypeFieldDescriptionprotected ParamUseInputParam.useAn indication of whether this parameter is required to be provided for the application or service to work properly.Methods in org.javastro.ivoa.entities.resource.dataservice that return ParamUseModifier and TypeMethodDescriptionstatic ParamUseGets the enum associated to the value passed as parameter.InputParam.getUse()An indication of whether this parameter is required to be provided for the application or service to work properly.static ParamUseReturns the enum constant of this class with the specified name.static ParamUse[]ParamUse.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 with parameters of type ParamUseModifier and TypeMethodDescriptionvoidSets the value of the use property.Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type ParamUse