Beispiel #1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute DeadLine
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute DeadLine </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setDeadLine(EnumDeadLine enumVar)
 {
     setAttribute(AttributeName.DEADLINE, enumVar == null ? null : enumVar.getName(), null);
 }
Beispiel #2
0
 ///
 ///          <summary> * (9) get attribute DeadLine </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumDeadLine getDeadLine()
 {
     return(EnumDeadLine.getEnum(getAttribute(AttributeName.DEADLINE, null, null)));
 }
Beispiel #3
0
 static JDFAutoJobPhase()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.ACTIVATION, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumActivation.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.AMOUNT, 0x33333333, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.DEADLINE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumDeadLine.getEnum(0), null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.JOBID, 0x33333333, AttributeInfo.EnumAttributeType.shortString, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.JOBPARTID, 0x33333333, AttributeInfo.EnumAttributeType.shortString, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.PERCENTCOMPLETED, 0x33333333, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.PHASEAMOUNT, 0x33333311, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[7]  = new AtrInfoTable(AttributeName.PHASESTARTTIME, 0x33333311, AttributeInfo.EnumAttributeType.dateTime, null, null);
     atrInfoTable[8]  = new AtrInfoTable(AttributeName.PHASEWASTE, 0x33333311, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[9]  = new AtrInfoTable(AttributeName.QUEUEENTRYID, 0x33333333, AttributeInfo.EnumAttributeType.shortString, null, null);
     atrInfoTable[10] = new AtrInfoTable(AttributeName.RESTTIME, 0x33333331, AttributeInfo.EnumAttributeType.duration, null, null);
     atrInfoTable[11] = new AtrInfoTable(AttributeName.SPEED, 0x33333333, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[12] = new AtrInfoTable(AttributeName.STARTTIME, 0x33333331, AttributeInfo.EnumAttributeType.dateTime, null, null);
     atrInfoTable[13] = new AtrInfoTable(AttributeName.STATUS, 0x22222222, AttributeInfo.EnumAttributeType.enumeration, EnumNodeStatus.getEnum(0), null);
     atrInfoTable[14] = new AtrInfoTable(AttributeName.STATUSDETAILS, 0x33333333, AttributeInfo.EnumAttributeType.shortString, null, null);
     atrInfoTable[15] = new AtrInfoTable(AttributeName.TOTALAMOUNT, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[16] = new AtrInfoTable(AttributeName.WASTE, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.COSTCENTER, 0x66666666);
     elemInfoTable[1] = new ElemInfoTable(ElementName.MISDETAILS, 0x66666611);
     elemInfoTable[2] = new ElemInfoTable(ElementName.MODULESTATUS, 0x33333111);
     elemInfoTable[3] = new ElemInfoTable(ElementName.PART, 0x33333333);
 }