Guest User

Untitled

a guest
Nov 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. - Tanımlama:
  2.  
  3. public enum UserStatus {
  4. PENDING,
  5. ACTIVE,
  6. INACTIVE,
  7. DELETED;
  8. }
  9.  
  10. - Kullanım:
  11. UserStatus.PENDING
Add Comment
Please, Sign In to add comment