Uses of Enum Class
binaryFileStorage.NoiseStoreType
Packages that use NoiseStoreType
-
Uses of NoiseStoreType in binaryFileStorage
Methods in binaryFileStorage that return NoiseStoreTypeModifier and TypeMethodDescriptionBinaryStore.getNoiseStore()Store noise in pgdf or pgnf files.BinaryStoreSettings.getNoiseStoreType()static NoiseStoreTypeReturns the enum constant of this class with the specified name.static NoiseStoreType[]NoiseStoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in binaryFileStorage with parameters of type NoiseStoreTypeModifier and TypeMethodDescriptionvoidBinaryStoreSettings.setNoiseStoreType(NoiseStoreType noiseStoreType)