Uses of Enum Class
org.orekit.files.ccsds.ndm.odm.ocm.OpsStatus
Packages that use OpsStatus
Package
Description
This package contains class managing CCSDS Orbit Comprehensive Message.
-
Uses of OpsStatus in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return OpsStatusModifier and TypeMethodDescriptionOcmMetadata.getOpsStatus()Get the operational status.static OpsStatusReturns the enum constant of this class with the specified name.static OpsStatus[]OpsStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type OpsStatusModifier and TypeMethodDescriptionvoidOcmMetadata.setOpsStatus(OpsStatus opsStatus) Set the operational status.