Beispiel #1
0
 /**
  * set namespace for this node. update the nodename based on the given namespace
  *
  * @param namespace
  * @return
  */
 @Override
 public DCol setDsfNamespace(DNamespace namespace) {
   super.setDsfNamespace(namespace);
   return this;
 }