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