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