Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.QueryResultType
Packages that use QueryResultType
-
Uses of QueryResultType in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as QueryResultTypeModifier and TypeFieldDescriptionprotected QueryResultTypeResultOptions.queryResultTypeResult representation.Methods in gov.nasa.gsfc.sscweb.schema that return QueryResultTypeModifier and TypeMethodDescriptionstatic QueryResultTypeGets the enum associated to the value passed as parameter.ResultOptions.getQueryResultType()Result representation.static QueryResultTypeReturns the enum constant of this class with the specified name.static QueryResultType[]QueryResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type QueryResultTypeModifier and TypeMethodDescriptionvoidResultOptions.setQueryResultType(QueryResultType value) Sets the value of the queryResultType property.