Uses of Class
tech.ikora.diff.patch.Patch.ChangeType
-
Packages that use Patch.ChangeType Package Description tech.ikora.diff.patch -
-
Uses of Patch.ChangeType in tech.ikora.diff.patch
Methods in tech.ikora.diff.patch that return Patch.ChangeType Modifier and Type Method Description Patch.ChangeTypePatch. getChangeType()static Patch.ChangeTypePatch.ChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Patch.ChangeType[]Patch.ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.ikora.diff.patch with parameters of type Patch.ChangeType Modifier and Type Method Description voidPatch. setChangeType(Patch.ChangeType changeType)
-