/** *

Automatically generated

*

* Converts this enum type to an equivalent short value *

* @param enumVal The enum value * @return The short value */ public static short getREPLACE_0_MEEnumAsShort(REPLACE_1_ME enumVal){ switch(enumVal){ REPLACE_2_ME default: return 0; } }