Example #1
0
 /** @return the valueType */
 public MetaType getValueType() {
   return entryType.getType("VALUE");
 }
Example #2
0
 /** @return the keyType */
 public MetaType getKeyType() {
   return entryType.getType("KEY");
 }