Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.SpaceRegionType
Packages that use SpaceRegionType
-
Uses of SpaceRegionType in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as SpaceRegionTypeModifier and TypeFieldDescriptionprotected SpaceRegionTypeConjunctionDescription.spacecraftRegionSatellite's region location at time of conjunction.Fields in gov.nasa.gsfc.sscweb.schema with type parameters of type SpaceRegionTypeModifier and TypeFieldDescriptionprotected List<SpaceRegionType> SpaceRegions.spacecraftRegionSelection of distinct spacecraft regions.Methods in gov.nasa.gsfc.sscweb.schema that return SpaceRegionTypeModifier and TypeMethodDescriptionstatic SpaceRegionTypeGets the enum associated to the value passed as parameter.ConjunctionDescription.getSpacecraftRegion()Satellite's region location at time of conjunction.static SpaceRegionTypeReturns the enum constant of this class with the specified name.static SpaceRegionType[]SpaceRegionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema that return types with arguments of type SpaceRegionTypeModifier and TypeMethodDescriptionSpaceRegions.getSpacecraftRegion()Selection of distinct spacecraft regions.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type SpaceRegionTypeModifier and TypeMethodDescriptionvoidConjunctionDescription.setSpacecraftRegion(SpaceRegionType value) Sets the value of the spacecraftRegion property.