Esempio n. 1
0
 static JDFAutoNotification()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.CLASS, 0x22222222, AttributeInfo.EnumAttributeType.enumeration, EnumClass.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.JOBID, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.JOBPARTID, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.TYPE, 0x33333333, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.COSTCENTER, 0x66666666);
     elemInfoTable[1] = new ElemInfoTable(ElementName.EMPLOYEE, 0x33333333);
     elemInfoTable[2] = new ElemInfoTable(ElementName.PART, 0x33333331);
 }
Esempio n. 2
0
 ///
 ///          <summary> * (6) get EnumClass attribute Class </summary>
 ///          * <returns> EnumClass the value of the attribute </returns>
 ///
 public virtual EnumClass getClassJDF()
 {
     return(EnumClass.getEnum(getAttribute(AttributeName.CLASS, null, null)));
 }