Example #1
0
 static JDFAutoApprovalPerson()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.OBLIGATED, 0x44444433, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.APPROVALROLE, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumApprovalRole.getEnum(0), "Obligated");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.APPROVALROLEDETAILS, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.CONTACT, 0x55555555);
 }
Example #2
0
 ///
 ///          <summary> * (9) get attribute ApprovalRole </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumApprovalRole getApprovalRole()
 {
     return(EnumApprovalRole.getEnum(getAttribute(AttributeName.APPROVALROLE, null, "Obligated")));
 }