jamescpp

Untitled

Nov 13th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public class RbdlEnumValue implements Serializable {
  2.     private static final long serialVersionUID = -3878626521570706474L;
  3.  
  4.     public String name;
  5.     public Integer value;
  6. }
Add Comment
Please, Sign In to add comment