Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.TraceType
Packages that use TraceType
-
Uses of TraceType in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as TraceTypeModifier and TypeFieldDescriptionprotected TraceTypeGroundStationCondition.traceTypeTrace type.protected TraceTypeLeadSatelliteCondition.traceTypeTrace type.Methods in gov.nasa.gsfc.sscweb.schema that return TraceTypeModifier and TypeMethodDescriptionstatic TraceTypeGets the enum associated to the value passed as parameter.GroundStationCondition.getTraceType()Trace type.LeadSatelliteCondition.getTraceType()Trace type.static TraceTypeReturns the enum constant of this class with the specified name.static TraceType[]TraceType.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 TraceTypeModifier and TypeMethodDescriptionvoidGroundStationCondition.setTraceType(TraceType value) Sets the value of the traceType property.voidLeadSatelliteCondition.setTraceType(TraceType value) Sets the value of the traceType property.