Uses of Class
com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ComparisonResult
-
Packages that use SchemaElementComparison.ComparisonResult Package Description com.atlassian.confluence.core.persistence.schema.api -
-
Uses of SchemaElementComparison.ComparisonResult in com.atlassian.confluence.core.persistence.schema.api
Methods in com.atlassian.confluence.core.persistence.schema.api that return SchemaElementComparison.ComparisonResult Modifier and Type Method Description SchemaElementComparison.ComparisonResultSchemaElementComparison. getResult()static SchemaElementComparison.ComparisonResultSchemaElementComparison.ComparisonResult. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaElementComparison.ComparisonResult[]SchemaElementComparison.ComparisonResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-