Uses of Class
de.caluga.morphium.MorphiumConfig.CappedCheck
-
Packages that use MorphiumConfig.CappedCheck Package Description de.caluga.morphium -
-
Uses of MorphiumConfig.CappedCheck in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumConfig.CappedCheck Modifier and Type Method Description MorphiumConfig.CappedCheckMorphiumConfig. getCappedCheck()static MorphiumConfig.CappedCheckMorphiumConfig.CappedCheck. valueOf(String name)Returns the enum constant of this type with the specified name.static MorphiumConfig.CappedCheck[]MorphiumConfig.CappedCheck. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium with parameters of type MorphiumConfig.CappedCheck Modifier and Type Method Description MorphiumConfigMorphiumConfig. setCappedCheck(MorphiumConfig.CappedCheck cappedCheck)
-