Uses of Enum Class
es.kukenan.smartfi.microservice.smartficore.enums.DepositState
Packages that use DepositState
Package
Description
Domain objects package.
Application configuration.
-
Uses of DepositState in es.kukenan.smartfi.microservice.smartficore.domain
Fields in es.kukenan.smartfi.microservice.smartficore.domain declared as DepositStateModifier and TypeFieldDescriptionprivate DepositStateDepositionImpositionsParameters.stateImposition state. -
Uses of DepositState in es.kukenan.smartfi.microservice.smartficore.enums
Methods in es.kukenan.smartfi.microservice.smartficore.enums that return DepositStateModifier and TypeMethodDescriptionstatic DepositStateDepositState.getDepositState(String state) Retrieve enum by state.static DepositStateReturns the enum constant of this class with the specified name.static DepositState[]DepositState.values()Returns an array containing the constants of this enum class, in the order they are declared.