Пример #1
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

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