Example #1
0
 public StoreKey getStoreKey() {
   return new StoreKey(StoreType.get(type), name);
 }
Example #2
0
 public StoreType getStoreType() {
   return StoreType.get(type);
 }