Uses of Enum Class
pl.sgjp.morfeusz.CaseHandling
-
Uses of CaseHandling in pl.sgjp.morfeusz
Subclasses with type arguments of type CaseHandling in pl.sgjp.morfeuszModifier and TypeClassDescriptionenumRepresents case handling strategies (default is CONDITIONALLY_CASE_SENSITIVE).Methods in pl.sgjp.morfeusz that return CaseHandlingModifier and TypeMethodDescriptionMorfeusz.getCaseHandling()static CaseHandlingCaseHandling.swigToEnum(int swigValue) static CaseHandlingReturns the enum constant of this class with the specified name.static CaseHandling[]CaseHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pl.sgjp.morfeusz with parameters of type CaseHandlingModifier and TypeMethodDescriptionvoidMorfeusz.setCaseHandling(CaseHandling caseHandling) Set case handling.