Advertisement
TheReturningVoid

Untitled

Sep 16th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.19 KB | None | 0 0
  1. object PackageTypes extends Enumeration {
  2.   case class PackageType(path: String) {
  3.     PackageTypes.path = path
  4.   }
  5.  
  6.   object SAMPLE extends PackageType("sample")
  7.  
  8.   var path = "": String
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement