Пример #1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute BindingSide
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute BindingSide </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setBindingSide(EnumBindingSide enumVar)
 {
     setAttribute(AttributeName.BINDINGSIDE, enumVar == null ? null : enumVar.getName(), null);
 }
Пример #2
0
 ///
 ///          <summary> * (9) get attribute BindingSide </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumBindingSide getBindingSide()
 {
     return(EnumBindingSide.getEnum(getAttribute(AttributeName.BINDINGSIDE, null, "Left")));
 }
Пример #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);
 }