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