Uses of Class
org.isda.cdm.IntentEnum
-
Packages that use IntentEnum Package Description org.isda.cdm -
-
Uses of IntentEnum in org.isda.cdm
Fields in org.isda.cdm declared as IntentEnum Modifier and Type Field Description protected IntentEnum
Event.EventBuilder. intent
Methods in org.isda.cdm that return IntentEnum Modifier and Type Method Description IntentEnum
Event.EventBuilder. getIntent()
IntentEnum
Event. getIntent()
The intent attribute is meant to be specified when the event qualification cannot be programmatically inferred from the event features.static IntentEnum
IntentEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IntentEnum[]
IntentEnum. 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 IntentEnum Modifier and Type Method Description Event.EventBuilder
Event.EventBuilder. setIntent(IntentEnum intent)
-