Uses of Enum
cdm.event.common.ValuationScopeEnum
Packages that use ValuationScopeEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of ValuationScopeEnum in cdm.event.common
Fields in cdm.event.common declared as ValuationScopeEnumModifier and TypeFieldDescriptionprotected ValuationScopeEnumValuation.ValuationBuilderImpl.scopeMethods in cdm.event.common that return ValuationScopeEnumModifier and TypeMethodDescriptionstatic ValuationScopeEnumValuationScopeEnum.fromDisplayName(String name) Valuation.getScope()Defines the scope of the valuation, what it applies to e.g. the collateral or the tradeValuation.ValuationBuilderImpl.getScope()Valuation.ValuationImpl.getScope()static ValuationScopeEnumReturns the enum constant of this type with the specified name.static ValuationScopeEnum[]ValuationScopeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.event.common with parameters of type ValuationScopeEnumModifier and TypeMethodDescriptionValuation.ValuationBuilder.setScope(ValuationScopeEnum scope) Valuation.ValuationBuilderImpl.setScope(ValuationScopeEnum _scope)