Exemple #1
0
 /**
  * Sets the unencoded name of the class instance.
  *
  * @param n the unencoded name of the class instance.
  */
 @Override
 public void setClearName(String n) {
   super.setClearName(n);
   if (_attr != null) _attr.setClearName(n);
   if (_attrTbl != null) _attrTbl.setClearName(n);
 }