Uses of Class
org.isda.cdm.WarehouseIdentityEnum
-
Packages that use WarehouseIdentityEnum Package Description org.isda.cdm -
-
Uses of WarehouseIdentityEnum in org.isda.cdm
Fields in org.isda.cdm declared as WarehouseIdentityEnum Modifier and Type Field Description protected WarehouseIdentityEnum
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. warehouseIdentity
Methods in org.isda.cdm that return WarehouseIdentityEnum Modifier and Type Method Description WarehouseIdentityEnum
TradeWarehouseWorkflow. getWarehouseIdentity()
WarehouseIdentityEnum
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. getWarehouseIdentity()
static WarehouseIdentityEnum
WarehouseIdentityEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WarehouseIdentityEnum[]
WarehouseIdentityEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type WarehouseIdentityEnum Modifier and Type Method Description TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. setWarehouseIdentity(WarehouseIdentityEnum warehouseIdentity)
-