Uses of Class
org.orekit.files.ccsds.ndm.adm.AdmCommonMetadataKey
-
Packages that use AdmCommonMetadataKey Package Description org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message. -
-
Uses of AdmCommonMetadataKey in org.orekit.files.ccsds.ndm.adm
Methods in org.orekit.files.ccsds.ndm.adm that return AdmCommonMetadataKey Modifier and Type Method Description static AdmCommonMetadataKey
AdmCommonMetadataKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdmCommonMetadataKey[]
AdmCommonMetadataKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-