Class ChangedReadOnly
- java.lang.Object
-
- com.github.elibracha.model.schema.ChangedReadOnly
-
-
Constructor Summary
Constructors Constructor Description ChangedReadOnly(Boolean oldValue, Boolean newValue, DiffContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffResultisChanged()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.elibracha.model.Changed
isCompatible, isDifferent, isIncompatible, isUnchanged
-
-
-
-
Constructor Detail
-
ChangedReadOnly
public ChangedReadOnly(Boolean oldValue, Boolean newValue, DiffContext context)
-
-
Method Detail
-
isChanged
public DiffResult isChanged()
-
-