Esempio n. 1
0
 ///
 ///          <summary> * (9) get attribute WrappingKind </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumWrappingKind getWrappingKind()
 {
     return(EnumWrappingKind.getEnum(getAttribute(AttributeName.WRAPPINGKIND, null, null)));
 }
Esempio n. 2
0
 static JDFAutoWrappingParams()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.WRAPPINGKIND, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumWrappingKind.getEnum(0), null);
 }
Esempio n. 3
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

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