Example #1
0
 static JDFAutoBasicPreflightTest()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.DEVNS, 0x33333333, AttributeInfo.EnumAttributeType.URI, null, "http://www.CIP4.org/JDFSchema_1_1");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.LISTTYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumListType.getEnum(0), null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.MAXOCCURS, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, "1");
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.MINOCCURS, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, "1");
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.NAME, 0x33333333, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.PREFLIGHTARGUMENT, 0x66666666);
 }
Example #2
0
 ///
 ///          <summary> * (9) get attribute ListType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumListType getListType()
 {
     return(EnumListType.getEnum(getAttribute(AttributeName.LISTTYPE, null, null)));
 }