Guest User

Untitled

a guest
May 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public enum ExtensionType implements java.io.Serializable {
  2. /**
  3. * Constant M3U
  4. */
  5. M3U("m3u"),
  6. /**
  7. * Constant SF
  8. */
  9. SF("sf");
  10.  
  11. /**
  12. * Field value.
  13. */
  14. private final java.lang.String value;
  15.  
  16. /*
  17. * Methods of the class
  18. */
  19. }
Add Comment
Please, Sign In to add comment