Uses of Class
org.isda.cdm.ClosedStateEnum
-
Packages that use ClosedStateEnum Package Description org.isda.cdm -
-
Uses of ClosedStateEnum in org.isda.cdm
Fields in org.isda.cdm declared as ClosedStateEnum Modifier and Type Field Description protected ClosedStateEnum
ClosedState.ClosedStateBuilder. state
Methods in org.isda.cdm that return ClosedStateEnum Modifier and Type Method Description ClosedStateEnum
ClosedState.ClosedStateBuilder. getState()
ClosedStateEnum
ClosedState. getState()
The qualification of what gave way to the contract or execution closure, e.g.static ClosedStateEnum
ClosedStateEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClosedStateEnum[]
ClosedStateEnum. 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 ClosedStateEnum Modifier and Type Method Description ClosedState.ClosedStateBuilder
ClosedState.ClosedStateBuilder. setState(ClosedStateEnum state)
-