Uses of Enum Class
net.dontcode.core.Change.ChangeType
Packages that use Change.ChangeType
-
Uses of Change.ChangeType in net.dontcode.core
Fields in net.dontcode.core declared as Change.ChangeTypeMethods in net.dontcode.core that return Change.ChangeTypeModifier and TypeMethodDescriptionChange.getType()static Change.ChangeTypeReturns the enum constant of this class with the specified name.static Change.ChangeType[]Change.ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.dontcode.core with parameters of type Change.ChangeTypeConstructors in net.dontcode.core with parameters of type Change.ChangeTypeModifierConstructorDescriptionChange(Change.ChangeType type, String position, Object value) Change(Change.ChangeType type, String position, Object value, DontCodeModelPointer pointer) Change(Change.ChangeType type, String position, Object value, DontCodeModelPointer pointer, String oldPosition, String beforeKey)