Uses of Class
org.isda.cdm.WorkflowStatusEnum
-
Packages that use WorkflowStatusEnum Package Description org.isda.cdm -
-
Uses of WorkflowStatusEnum in org.isda.cdm
Fields in org.isda.cdm declared as WorkflowStatusEnum Modifier and Type Field Description protected WorkflowStatusEnum
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. warehouseStatus
Fields in org.isda.cdm with type parameters of type WorkflowStatusEnum Modifier and Type Field Description protected java.util.List<WorkflowStatusEnum>
EventWorkflow.EventWorkflowBuilder. workflowStatus
Methods in org.isda.cdm that return WorkflowStatusEnum Modifier and Type Method Description WorkflowStatusEnum
TradeWarehouseWorkflow. getWarehouseStatus()
WorkflowStatusEnum
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. getWarehouseStatus()
static WorkflowStatusEnum
WorkflowStatusEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WorkflowStatusEnum[]
WorkflowStatusEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm that return types with arguments of type WorkflowStatusEnum Modifier and Type Method Description java.util.List<WorkflowStatusEnum>
EventWorkflow.EventWorkflowBuilder. getWorkflowStatus()
java.util.List<WorkflowStatusEnum>
EventWorkflow. getWorkflowStatus()
The workflow status indicator, e.g.Methods in org.isda.cdm with parameters of type WorkflowStatusEnum Modifier and Type Method Description EventWorkflow.EventWorkflowBuilder
EventWorkflow.EventWorkflowBuilder. addWorkflowStatus(WorkflowStatusEnum workflowStatus)
EventWorkflow.EventWorkflowBuilder
EventWorkflow.EventWorkflowBuilder. addWorkflowStatus(WorkflowStatusEnum workflowStatus, int _idx)
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. setWarehouseStatus(WorkflowStatusEnum warehouseStatus)
Method parameters in org.isda.cdm with type arguments of type WorkflowStatusEnum Modifier and Type Method Description EventWorkflow.EventWorkflowBuilder
EventWorkflow.EventWorkflowBuilder. addWorkflowStatus(java.util.List<WorkflowStatusEnum> workflowStatuss)
-