//         ---------------------------------------------------------------------
 //        Methods for Attribute Operation
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute Operation </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setOperation(EnumOperation enumVar)
 {
     setAttribute(AttributeName.OPERATION, enumVar == null ? null : enumVar.getName(), null);
 }