Uses of Class
pl.sgjp.morfeusz.MorfeuszUsage
-
-
Uses of MorfeuszUsage in pl.sgjp.morfeusz
Methods in pl.sgjp.morfeusz that return MorfeuszUsage Modifier and Type Method Description static MorfeuszUsageMorfeuszUsage. swigToEnum(int swigValue)static MorfeuszUsageMorfeuszUsage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MorfeuszUsage[]MorfeuszUsage. 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 MorfeuszUsage Modifier and Type Method Description static MorfeuszMorfeusz. createInstance(java.lang.String dictName, MorfeuszUsage usage)Creates actual instance of Morfeusz class.static MorfeuszMorfeusz. createInstance(MorfeuszUsage usage)Creates actual instance of Morfeusz class.
-