Uses of Class
org.isda.cdm.ActionEnum
-
Packages that use ActionEnum Package Description org.isda.cdm -
-
Uses of ActionEnum in org.isda.cdm
Fields in org.isda.cdm declared as ActionEnum Modifier and Type Field Description protected ActionEnum
Event.EventBuilder. action
Methods in org.isda.cdm that return ActionEnum Modifier and Type Method Description ActionEnum
Event.EventBuilder. getAction()
ActionEnum
Event. getAction()
Specifies whether the event is a new, a correction or a cancellation.static ActionEnum
ActionEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionEnum[]
ActionEnum. 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 ActionEnum Modifier and Type Method Description Event.EventBuilder
Event.EventBuilder. setAction(ActionEnum action)
-