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.Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type ParamUseModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<InputParam,ParamUse> InputParam.PropInfo.USEMethods 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 TypeMethodDescriptionvoidvoidSets the value of the use property.Sets the new value of "use" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type ParamUse