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