예제 #1
0
 ///
 ///          <summary> * (9) get attribute Severity </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumSeverity getSeverity()
 {
     return(EnumSeverity.getEnum(getAttribute(AttributeName.SEVERITY, null, "Error")));
 }
예제 #2
0
 static JDFAutoAction()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.SEVERITY, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumSeverity.getEnum(0), "Error");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.ID, 0x22222222, AttributeInfo.EnumAttributeType.ID, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.TESTREF, 0x22222222, AttributeInfo.EnumAttributeType.IDREF, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.LOC, 0x33333333);
     elemInfoTable[1] = new ElemInfoTable(ElementName.PREFLIGHTACTION, 0x33333333);
 }
예제 #3
0
파일: JDFAudit.cs 프로젝트: cip4/JDFLibNet
 ///
 ///	 <summary> * GetSeverity
 ///	 *  </summary>
 ///	 * <returns> EnumSeverity </returns>
 ///
 public virtual EnumSeverity getSeverity()
 {
     return(EnumSeverity.getEnum(getAttribute(JDFConstants.SEVERITY, null, null)));
 }