Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.MapProjectionTrace
Packages that use MapProjectionTrace
-
Uses of MapProjectionTrace in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as MapProjectionTraceModifier and TypeFieldDescriptionprotected MapProjectionTraceMapProjectionGraphOptions.traceSpecifies the trace options.Methods in gov.nasa.gsfc.sscweb.schema that return MapProjectionTraceModifier and TypeMethodDescriptionstatic MapProjectionTraceGets the enum associated to the value passed as parameter.MapProjectionGraphOptions.getTrace()Specifies the trace options.static MapProjectionTraceReturns the enum constant of this class with the specified name.static MapProjectionTrace[]MapProjectionTrace.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 MapProjectionTraceModifier and TypeMethodDescriptionvoidMapProjectionGraphOptions.setTrace(MapProjectionTrace value) Sets the value of the trace property.