Uses of Enum Class
com.caplin.datasrc.enums.ServiceStatus
Packages that use ServiceStatus
-
Uses of ServiceStatus in com.caplin.datasrc.enums
Methods in com.caplin.datasrc.enums that return ServiceStatusModifier and TypeMethodDescriptionstatic ServiceStatusServiceStatus.getServiceStatusForCode(int code) Gets theServiceStatusfor the specified code.static ServiceStatusReturns 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
Methods in com.caplin.transformer.module that return ServiceStatusModifier and TypeMethodDescriptionObjectStatus.getServiceStatus()The status of the object in the cache.Constructors in com.caplin.transformer.module with parameters of type ServiceStatusModifierConstructorDescriptionObjectStatus(ServiceStatus serviceStatus, String description) Create a new objectStatus with the provided ServiceStatus and description