Returns the enum constant of the specified Enum with the
specified ordinal() return value of the enum constant;
or null if no such enum constant exists.
Returns the enum constant of the specified Enum with the
specified toString() return value of the enum constant;
or null if no such enum constant exists.