Uses of Enum Class
org.alfresco.util.schemacomp.Difference.Where
Packages that use Difference.Where
-
Uses of Difference.Where in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return Difference.WhereModifier and TypeMethodDescriptionDifference.getWhere()static Difference.WhereReturns the enum constant of this class with the specified name.static Difference.Where[]Difference.Where.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.util.schemacomp with parameters of type Difference.WhereModifier and TypeMethodDescriptionvoidResults.add(Difference.Where where, DbProperty left, DbProperty right) Record a difference between two objects, or specify that an object only appears in either the 'left' or 'right' schemas.Constructors in org.alfresco.util.schemacomp with parameters of type Difference.WhereModifierConstructorDescriptionDifference(Difference.Where where, DbProperty left, DbProperty right)