Uses of Enum Class
org.orekit.files.ccsds.ndm.cdm.Maneuvrable
Packages that use Maneuvrable
Package
Description
This package contains class managing CCSDS Conjunction Data Message.
This package contains utilities for CCSDS messages lexical analysis.
-
Uses of Maneuvrable in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm that return ManeuvrableModifier and TypeMethodDescriptionstatic ManeuvrableGet the enum entry corresponding to the given String.CdmMetadata.getManeuverable()Get the ability of object to maneuver or not.static ManeuvrableReturns the enum constant of this class with the specified name.static Maneuvrable[]Maneuvrable.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type ManeuvrableModifier and TypeMethodDescriptionvoidCdmMetadata.setManeuverable(Maneuvrable maneuverable) Set the object maneuver ability. -
Uses of Maneuvrable in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ManeuvrableModifier and TypeMethodDescriptionvoidParseToken.ManeuvrableConsumer.accept(Maneuvrable value) Consume a Maneuvrable.