Uses of Class
nl.liacs.subdisc.XMLAutoRun.AutoRun

Packages that use XMLAutoRun.AutoRun
nl.liacs.subdisc   
 

Uses of XMLAutoRun.AutoRun in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return XMLAutoRun.AutoRun
static XMLAutoRun.AutoRun XMLAutoRun.AutoRun.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XMLAutoRun.AutoRun[] XMLAutoRun.AutoRun.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in nl.liacs.subdisc with parameters of type XMLAutoRun.AutoRun
XMLAutoRun(SearchParameters theSearchParameters, Table theTable, XMLAutoRun.AutoRun theFileOption)