Uses of Class
liquibase.diff.output.StandardObjectChangeFilter.FilterType
-
Packages that use StandardObjectChangeFilter.FilterType Package Description liquibase.diff.output -
-
Uses of StandardObjectChangeFilter.FilterType in liquibase.diff.output
Methods in liquibase.diff.output that return StandardObjectChangeFilter.FilterType Modifier and Type Method Description static StandardObjectChangeFilter.FilterTypeStandardObjectChangeFilter.FilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardObjectChangeFilter.FilterType[]StandardObjectChangeFilter.FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in liquibase.diff.output with parameters of type StandardObjectChangeFilter.FilterType Constructor Description StandardObjectChangeFilter(StandardObjectChangeFilter.FilterType type, String filter)
-