Uses of Class
io.mosip.mimoto.constant.EventName
-
Packages that use EventName Package Description io.mosip.mimoto.constant -
-
Uses of EventName in io.mosip.mimoto.constant
Methods in io.mosip.mimoto.constant that return EventName Modifier and Type Method Description static EventNameEventName. valueOf(String name)Returns the enum constant of this type with the specified name.static EventName[]EventName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-