예제 #1
0
 static JDFAutoApprovalDetails()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.APPROVALSTATE, 0x22222111, AttributeInfo.EnumAttributeType.enumeration, EnumApprovalState.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.APPROVALSTATEDETAILS, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.CONTACT, 0x66666111);
     elemInfoTable[1] = new ElemInfoTable(ElementName.FILESPEC, 0x66666111);
 }
예제 #2
0
 ///
 ///          <summary> * (9) get attribute ApprovalState </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumApprovalState getApprovalState()
 {
     return(EnumApprovalState.getEnum(getAttribute(AttributeName.APPROVALSTATE, null, null)));
 }