Uses of Enum Class
PamguardMVC.blockprocess.BlockState
Packages that use BlockState
-
Uses of BlockState in gpl
Methods in gpl with parameters of type BlockState -
Uses of BlockState in PamguardMVC.blockprocess
Methods in PamguardMVC.blockprocess that return BlockStateModifier and TypeMethodDescriptionstatic BlockStateReturns the enum constant of this class with the specified name.static BlockState[]BlockState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in PamguardMVC.blockprocess with parameters of type BlockStateModifier and TypeMethodDescriptionabstract voidPamBlockProcess.setBlockState(BlockState state) Set the block state - tell it what to expect next so that it can clean up at the start middle and end of a block of data.