示例#1
0
        ///
        ///          <summary> * (19) get EnumNamedColor attribute TopColor </summary>
        ///          * <returns> EnumNamedColor the value of the attribute </returns>
        ///
        public virtual EnumNamedColor getTopColor()
        {
            string         strAttrName  = "";
            EnumNamedColor nPlaceHolder = null;

            strAttrName  = getAttribute(AttributeName.TOPCOLOR, null, JDFConstants.EMPTYSTRING);
            nPlaceHolder = EnumNamedColor.getEnum(strAttrName);
            return(nPlaceHolder);
        }
示例#2
0
        // **************************************** Methods
        // *********************************************

        ///
        ///	 <summary> * AllowedValues - vector of allowed values for this EnumerationSpan
        ///	 *  </summary>
        ///	 * <returns> Vector - vector representation of the allowed values </returns>
        ///
        public override ValuedEnum getEnumType()
        {
            return(EnumNamedColor.getEnum(0));
        }