Uses of Class
pl.sgjp.morfeusz.CaseHandling
-
-
Uses of CaseHandling in pl.sgjp.morfeusz
Methods in pl.sgjp.morfeusz that return CaseHandling Modifier and Type Method Description CaseHandling
Morfeusz. getCaseHandling()
static CaseHandling
CaseHandling. swigToEnum(int swigValue)
static CaseHandling
CaseHandling. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CaseHandling[]
CaseHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.sgjp.morfeusz with parameters of type CaseHandling Modifier and Type Method Description void
Morfeusz. setCaseHandling(CaseHandling caseHandling)
Set case handling.
-