| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.entity.enums |
| Modifier and Type | Method and Description |
|---|---|
ProcessStatus |
DemandGenerationLog.getDemandGenerationStatus() |
ProcessStatus |
DemandGenerationLog.getExecutionStatus() |
ProcessStatus |
DemandGenerationLogDetail.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
DemandGenerationLog.setDemandGenerationStatus(ProcessStatus demandGenerationStatus) |
void |
DemandGenerationLog.setExecutionStatus(ProcessStatus executionStatus) |
void |
DemandGenerationLogDetail.setStatus(ProcessStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessStatus |
ProcessStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessStatus[] |
ProcessStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.