Uses of Enum Class
org.orekit.files.ccsds.ndm.adm.acm.AcmElements
Packages that use AcmElements
Package
Description
This package contains class managing CCSDS Attitude Comprehensive Message.
-
Uses of AcmElements in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm that return AcmElementsModifier and TypeMethodDescriptionstatic AcmElementsReturns the enum constant of this class with the specified name.static AcmElements[]AcmElements.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.ccsds.ndm.adm.acm that return types with arguments of type AcmElementsModifier and TypeMethodDescriptionAcmMetadata.getAcmDataElements()Get the list of elements of information data blocks included in this message.Method parameters in org.orekit.files.ccsds.ndm.adm.acm with type arguments of type AcmElementsModifier and TypeMethodDescriptionvoidAcmMetadata.setAcmDataElements(List<AcmElements> acmDataElements) Set the list of elements of information data blocks included in this message.