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