Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.BFieldTraceDirection
Packages that use BFieldTraceDirection
-
Uses of BFieldTraceDirection in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as BFieldTraceDirectionModifier and TypeFieldDescriptionprotected BFieldTraceDirectionSatellite.bFieldTraceDirectionMagnetic field tracing direction.Methods in gov.nasa.gsfc.sscweb.schema that return BFieldTraceDirectionModifier and TypeMethodDescriptionstatic BFieldTraceDirectionGets the enum associated to the value passed as parameter.Satellite.getBFieldTraceDirection()Magnetic field tracing direction.static BFieldTraceDirectionReturns the enum constant of this class with the specified name.static BFieldTraceDirection[]BFieldTraceDirection.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 BFieldTraceDirectionModifier and TypeMethodDescriptionvoidSatellite.setBFieldTraceDirection(BFieldTraceDirection value) Sets the value of the bFieldTraceDirection property.