Uses of Enum Class
com.caplin.datasrc.enums.ServiceStatus
-
Uses of ServiceStatus in com.caplin.datasrc.enums
Modifier and TypeMethodDescriptionstatic ServiceStatus
ServiceStatus.getServiceStatusForCode
(int code) Gets theServiceStatus
for the specified code.static ServiceStatus
Returns the enum constant of this class with the specified name.static ServiceStatus[]
ServiceStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServiceStatus in com.caplin.transformer.module
Modifier and TypeMethodDescriptionObjectStatus.getServiceStatus()
The status of the object in the cache.ModifierConstructorDescriptionObjectStatus
(ServiceStatus serviceStatus, String description) Create a new objectStatus with the provided ServiceStatus and description