Uses of Class
org.isda.cdm.TriggerTypeEnum
-
Packages that use TriggerTypeEnum Package Description org.isda.cdm -
-
Uses of TriggerTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as TriggerTypeEnum Modifier and Type Field Description protected TriggerTypeEnum
Trigger.TriggerBuilder. triggerType
Methods in org.isda.cdm that return TriggerTypeEnum Modifier and Type Method Description TriggerTypeEnum
Trigger. getTriggerType()
The Triggering condition.TriggerTypeEnum
Trigger.TriggerBuilder. getTriggerType()
static TriggerTypeEnum
TriggerTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TriggerTypeEnum[]
TriggerTypeEnum. 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 TriggerTypeEnum Modifier and Type Method Description Trigger.TriggerBuilder
Trigger.TriggerBuilder. setTriggerType(TriggerTypeEnum triggerType)
-