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