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