示例#1
0
 static JDFAutoPreflightAction()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.SETSPLITBY, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumSetSplitBy.getEnum(0), "RunList");
     atrInfoTable[1] = new AtrInfoTable(AttributeName.SETREF, 0x33333333, AttributeInfo.EnumAttributeType.IDREF, null, null);
 }
示例#2
0
 ///
 ///          <summary> * (9) get attribute SetSplitBy </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumSetSplitBy getSetSplitBy()
 {
     return(EnumSetSplitBy.getEnum(getAttribute(AttributeName.SETSPLITBY, null, "RunList")));
 }