Interface SchemaElementComparison.ColumnComparison
- 
- All Superinterfaces:
 SchemaElementComparison<String>
- All Known Implementing Classes:
 ComparedColumn
- Enclosing interface:
 - SchemaElementComparison<T>
 
public static interface SchemaElementComparison.ColumnComparison extends SchemaElementComparison<String>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
SchemaElementComparison.ColumnComparison, SchemaElementComparison.ComparisonResult, SchemaElementComparison.IndexComparison 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColumnName()- 
Methods inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
actual, expected, getActual, getExpected, getResult 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getColumnName
String getColumnName()
 
 - 
 
 -