Examples of FTPropEnum


Examples of gov.nara.nwts.ftapp.ftprop.FTPropEnum

  };
 
  public RandomFileTest(FTDriver dt) {
    super(dt);
    keySet = new TreeMap<Long, String>();
    ftprops.add(new FTPropEnum(this, LAQL,"AQL","Set the acceptible quality level",AQL.values(),AQL.AQLp04));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.