Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.Hemisphere
Packages that use Hemisphere
-
Uses of Hemisphere in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as HemisphereModifier and TypeFieldDescriptionprotected HemisphereBFieldTraceOptions.hemisphereMagnetic hemisphere.protected HemisphereBTraceData.hemisphereMagnetic Hemisphere.Methods in gov.nasa.gsfc.sscweb.schema that return HemisphereModifier and TypeMethodDescriptionstatic HemisphereGets the enum associated to the value passed as parameter.BFieldTraceOptions.getHemisphere()Magnetic hemisphere.BTraceData.getHemisphere()Magnetic Hemisphere.static HemisphereReturns the enum constant of this class with the specified name.static Hemisphere[]Hemisphere.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 HemisphereModifier and TypeMethodDescriptionvoidBFieldTraceOptions.setHemisphere(Hemisphere value) Sets the value of the hemisphere property.voidBTraceData.setHemisphere(Hemisphere value) Sets the value of the hemisphere property.