Advertisement
EldiraSesto

rbvs OrderState

Apr 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. package rbvs;
  2. //Eldira Sesto, 11815163
  3.  
  4. public enum OrderState{
  5.     CANCELLED, OPEN, PAID
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement