Uses of Class
mmp.engine.Settings.CompatibilityLevel

Packages that use Settings.CompatibilityLevel
mmp.engine Provides the engine of the MNI macro processor mmp. 
 

Uses of Settings.CompatibilityLevel in mmp.engine
 

Methods in mmp.engine that return Settings.CompatibilityLevel
static Settings.CompatibilityLevel Settings.CompatibilityLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Settings.CompatibilityLevel[] Settings.CompatibilityLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in mmp.engine with parameters of type Settings.CompatibilityLevel
Engine(Reader reader, Writer writer, Settings.CompatibilityLevel compLevel)
          Constructs the MMP engine.