Package | Description |
---|---|
com.caplin.datasrc.enums | |
com.caplin.transformer.module |
Provides the core interfaces and classes that are required to write a Java Transformer module.
|
Modifier and Type | Method and Description |
---|---|
static ServiceStatus |
ServiceStatus.getServiceStatusForCode(int code)
Gets the
ServiceStatus for the specified code. |
static ServiceStatus |
ServiceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceStatus[] |
ServiceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceStatus |
ObjectStatus.getServiceStatus()
The status of the object in the cache.
|
Constructor and Description |
---|
ObjectStatus(ServiceStatus serviceStatus,
String description)
Create a new objectStatus with the provided ServiceStatus and description
|
Please send bug reports and comments to Caplin support