Uses of Class
org.isda.cdm.AssetTransferTypeEnum
-
Packages that use AssetTransferTypeEnum Package Description org.isda.cdm -
-
Uses of AssetTransferTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as AssetTransferTypeEnum Modifier and Type Field Description protected AssetTransferTypeEnum
CommodityTransferComponent.CommodityTransferComponentBuilder. assetTransferType
protected AssetTransferTypeEnum
SecurityTransferComponent.SecurityTransferComponentBuilder. assetTransferType
Methods in org.isda.cdm that return AssetTransferTypeEnum Modifier and Type Method Description AssetTransferTypeEnum
CommodityTransferComponent.CommodityTransferComponentBuilder. getAssetTransferType()
AssetTransferTypeEnum
CommodityTransferComponent. getAssetTransferType()
The type of transfer, e.g.AssetTransferTypeEnum
SecurityTransferComponent. getAssetTransferType()
AssetTransferTypeEnum
SecurityTransferComponent.SecurityTransferComponentBuilder. getAssetTransferType()
static AssetTransferTypeEnum
AssetTransferTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AssetTransferTypeEnum[]
AssetTransferTypeEnum. 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 AssetTransferTypeEnum Modifier and Type Method Description CommodityTransferComponent.CommodityTransferComponentBuilder
CommodityTransferComponent.CommodityTransferComponentBuilder. setAssetTransferType(AssetTransferTypeEnum assetTransferType)
SecurityTransferComponent.SecurityTransferComponentBuilder
SecurityTransferComponent.SecurityTransferComponentBuilder. setAssetTransferType(AssetTransferTypeEnum assetTransferType)
-