Exemplo n.º 1
0
 public List getRemainingPropertiesNames() throws XavaException {
   List result = new ArrayList(getMetaModel().getRecursiveQualifiedPropertiesNames());
   result.removeAll(getPropertiesNames());
   return result;
 }