CDISR5561E

spl enum type: Index for spl enum member does not equal ordinal for java enum type.java enum member

To convert SPL enum type values to Java Enum type values, it is necessary that the index of each member of the SPL enum is the same as the index of the same member in the Java Enum type.
Check the declaration of the SPL enum type.