Uses of Enum Class
edu.harvard.fits.StatusType
Packages that use StatusType
-
Uses of StatusType in edu.harvard.fits
Fields in edu.harvard.fits declared as StatusTypeModifier and TypeFieldDescriptionprotected StatusTypeFitsMetadataType.statusprotected StatusTypeIdentificationType.statusprotected StatusTypeVersion.statusMethods in edu.harvard.fits that return StatusTypeModifier and TypeMethodDescriptionstatic StatusTypeFitsMetadataType.getStatus()Gets the value of the status property.IdentificationType.getStatus()Gets the value of the status property.Version.getStatus()Gets the value of the status property.static StatusTypeReturns the enum constant of this class with the specified name.static StatusType[]StatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.harvard.fits with parameters of type StatusTypeModifier and TypeMethodDescriptionvoidFitsMetadataType.setStatus(StatusType value) Sets the value of the status property.voidIdentificationType.setStatus(StatusType value) Sets the value of the status property.voidVersion.setStatus(StatusType value) Sets the value of the status property.