Uses of Class
org.egothor.Constants.CheckDuplicityLevel

Packages that use Constants.CheckDuplicityLevel
org.egothor   
 

Uses of Constants.CheckDuplicityLevel in org.egothor
 

Fields in org.egothor declared as Constants.CheckDuplicityLevel
static Constants.CheckDuplicityLevel Constants.CHECK_DUPLICITY_LEVEL
          Actual level of duplicity checking algorithm.
 

Methods in org.egothor that return Constants.CheckDuplicityLevel
static Constants.CheckDuplicityLevel Constants.CheckDuplicityLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.CheckDuplicityLevel[] Constants.CheckDuplicityLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.