Search:

Type: Posts; User: shervan360

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,481

    Re: Convert Enum to String in JAVA

    Thanks, I should use an enum.
  2. Replies
    9
    Views
    1,481

    Re: Convert Enum to String in JAVA

    Thank you for your answer.

    incompatible types: We cannot be converted to String ( case Week.Shanbeh:)
  3. Replies
    9
    Views
    1,481

    Re: Convert Enum to String in JAVA

    incompatible types: We cannot be converted to String
  4. Replies
    9
    Views
    1,481

    Convert Enum to String in JAVA

    Hello,

    How can I fix this? Complier tells me we should convert the enum to String.





    package newpackage;
Results 1 to 4 of 4