Exemple #1
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute JogSide
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute JogSide </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setJogSide(EnumJogSide enumVar)
        {
            setAttribute(AttributeName.JOGSIDE, enumVar == null ? null : enumVar.getName(), null);
        }
Exemple #2
0
 ///
 ///          <summary> * (9) get attribute JogSide </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumJogSide getJogSide()
 {
     return(EnumJogSide.getEnum(getAttribute(AttributeName.JOGSIDE, null, "Top")));
 }
Exemple #3
0
 static JDFAutoAssembly()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.JOGSIDE, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumJogSide.getEnum(0), "Top");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.ORDER, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumOrder.getEnum(0), "Gathering");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.BINDINGSIDE, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumBindingSide.getEnum(0), "Left");
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.ASSEMBLYID, 0x44444311, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.ASSEMBLYIDS, 0x33333111, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.JOBID, 0x33333311, AttributeInfo.EnumAttributeType.shortString, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.PHYSICALSECTION, 0x33333111, AttributeInfo.EnumAttributeType.IntegerList, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.ASSEMBLYSECTION, 0x33333311);
     elemInfoTable[1] = new ElemInfoTable(ElementName.PAGELIST, 0x66666111);
     elemInfoTable[2] = new ElemInfoTable(ElementName.PAGEASSIGNEDLIST, 0x33333111);
 }