Uses of Class
au.gov.amsa.sgb.decoder.rotatingfield.DeactivationMethod
-
Packages that use DeactivationMethod Package Description au.gov.amsa.sgb.decoder.rotatingfield Classes related to the handling and modelling of the RotatingField section of a Beacon Detection message. -
-
Uses of DeactivationMethod in au.gov.amsa.sgb.decoder.rotatingfield
Methods in au.gov.amsa.sgb.decoder.rotatingfield that return DeactivationMethod Modifier and Type Method Description DeactivationMethod
Cancellation. deactivationMethod()
static DeactivationMethod
DeactivationMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DeactivationMethod[]
DeactivationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in au.gov.amsa.sgb.decoder.rotatingfield with parameters of type DeactivationMethod Constructor Description Cancellation(DeactivationMethod deactivationMethod)
-