Uses of Enum Class
org.pgcodekeeper.core.model.difftree.TreeElement.DiffSide
Packages that use TreeElement.DiffSide
-
Uses of TreeElement.DiffSide in org.pgcodekeeper.core.model.difftree
Methods in org.pgcodekeeper.core.model.difftree that return TreeElement.DiffSideModifier and TypeMethodDescriptionTreeElement.getSide()Gets the diff side of this element.static TreeElement.DiffSideReturns the enum constant of this class with the specified name.static TreeElement.DiffSide[]TreeElement.DiffSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pgcodekeeper.core.model.difftree with parameters of type TreeElement.DiffSideModifierConstructorDescriptionTreeElement(String name, DbObjType type, TreeElement.DiffSide side) Creates a tree element with specified properties.TreeElement(PgStatement statement, TreeElement.DiffSide side) Creates a tree element from a database statement.