Exemplo n.º 1
0
 boolean type(String name) {
   type = schema.type(name);
   return true;
 }
Exemplo n.º 2
0
 boolean prefix(String uid, String prefix) {
   schema.prefix(prefix, uid);
   return true;
 }