com.atlassian.confluence.core.persistence.schema.api
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
 String getColumnName()
           
 
Methods inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
getActual, getExpected, getResult
 

Method Detail

getColumnName

String getColumnName()


Copyright © 2003–2015 Atlassian. All rights reserved.