Uses of Class
org.orekit.files.ccsds.definitions.PocMethodType
-
Packages that use PocMethodType Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...). -
-
Uses of PocMethodType in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return PocMethodType Modifier and Type Method Description PocMethodType
PocMethodFacade. getType()
Get the method type.static PocMethodType
PocMethodType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PocMethodType[]
PocMethodType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.files.ccsds.definitions with parameters of type PocMethodType Constructor Description PocMethodFacade(String name, PocMethodType type)
Simple constructor.
-