org.eclipse.jpt.db
Interface DatabaseIdentifierAdapter.DefaultCallback

Enclosing interface:
DatabaseIdentifierAdapter

public static interface DatabaseIdentifierAdapter.DefaultCallback

The client-provided finder is passed a "default" callback that can be used if appropriate.


Method Summary
 java.lang.String convertIdentifierToName(java.lang.String identifier)
          Convert the specified "identifier" to a "name".
 java.lang.String convertNameToIdentifier(java.lang.String name)
          Convert the specified "name" to an "identifier".
 

Method Detail

convertIdentifierToName

java.lang.String convertIdentifierToName(java.lang.String identifier)
Convert the specified "identifier" to a "name".


convertNameToIdentifier

java.lang.String convertNameToIdentifier(java.lang.String name)
Convert the specified "name" to an "identifier".