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