Uses of Class
at.tuwien.ifs.somtoolbox.apps.config.OptionFactory.MatchMode

Packages that use OptionFactory.MatchMode
at.tuwien.ifs.somtoolbox.apps.config   
at.tuwien.ifs.somtoolbox.apps.helper   
 

Uses of OptionFactory.MatchMode in at.tuwien.ifs.somtoolbox.apps.config
 

Methods in at.tuwien.ifs.somtoolbox.apps.config that return OptionFactory.MatchMode
static OptionFactory.MatchMode OptionFactory.MatchMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OptionFactory.MatchMode[] OptionFactory.MatchMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OptionFactory.MatchMode in at.tuwien.ifs.somtoolbox.apps.helper
 

Methods in at.tuwien.ifs.somtoolbox.apps.helper with parameters of type OptionFactory.MatchMode
static java.lang.String VectorFileRewriter.getReplacement(java.util.Hashtable<java.lang.String,java.lang.String> mapping, java.lang.String[] keys, java.lang.String token, OptionFactory.MatchMode matchMode)