Example #1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute BlockElementType
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute BlockElementType </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setBlockElementType(EnumBlockElementType enumVar)
 {
     setAttribute(AttributeName.BLOCKELEMENTTYPE, enumVar == null ? null : enumVar.getName(), null);
 }