15 lines
325 B
Java
15 lines
325 B
Java
/**
|
|
* <p> Automatically generated </p>
|
|
* <p>
|
|
* Converts this enum type to an equivalent short value
|
|
* </p>
|
|
* @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;
|
|
}
|
|
} |