示例#1
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

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