Exemple #1
0
 ///
 ///          <summary> * (9) get attribute FeederSynchronization </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumFeederSynchronization getFeederSynchronization()
 {
     return(EnumFeederSynchronization.getEnum(getAttribute(AttributeName.FEEDERSYNCHRONIZATION, null, "Primary")));
 }
Exemple #2
0
 static JDFAutoFeeder()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.ALTERNATEPOSITIONS, 0x33333311, AttributeInfo.EnumAttributeType.IntegerList, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.POSITION, 0x33333311, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.FEEDERSYNCHRONIZATION, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumFeederSynchronization.getEnum(0), "Primary");
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.FEEDERTYPE, 0x33333311, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.LOADING, 0x33333311, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.OPENING, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumOpening.getEnum(0), "None");
     elemInfoTable[0] = new ElemInfoTable(ElementName.COMPONENT, 0x66666611);
     elemInfoTable[1] = new ElemInfoTable(ElementName.FEEDERQUALITYPARAMS, 0x66666611);
     elemInfoTable[2] = new ElemInfoTable(ElementName.MEDIA, 0x66666611);
 }
Exemple #3
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute FeederSynchronization
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute FeederSynchronization </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setFeederSynchronization(EnumFeederSynchronization enumVar)
 {
     setAttribute(AttributeName.FEEDERSYNCHRONIZATION, enumVar == null ? null : enumVar.getName(), null);
 }