| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentifierConfiguration
The IdentifierConfiguration interface. Implementers of this interface supply naming configuration information to consumers of names/identifiers.
| Method Summary | ||
|---|---|---|
 boolean | 
delimitAll()
Returns true if global name delimiting is enabled.  | 
|
 String | 
getConversionKey()
Returns a key that can be used to determine whether conversion should take place.  | 
|
 IdentifierRule | 
getDefaultIdentifierRule()
Gets the default naming rule  | 
|
 String | 
getDelimitedCase()
Returns the case that is used when delimiting.  | 
|
 String | 
getIdentifierConcatenator()
Returns the value used to concatenate multiple names together.  | 
|
 String | 
getIdentifierDelimiter()
Returns the value used to delimit between individual names.  | 
|
 | 
getIdentifierRule(T t)
Returns a naming rule or null if the rule is not found.  | 
|
 | 
getIdentifierRules()
Returns all naming rules  | 
|
 String | 
getLeadingDelimiter()
Returns the leading delimiter value to use when delimiting a name.  | 
|
 String | 
getSchemaCase()
Returns the case that is used when delimiters are not used.  | 
|
 boolean | 
getSupportsDelimitedIdentifiers()
Returns true if delimiting is supported  | 
|
 String | 
getTrailingDelimiter()
Returns the trailing delimiter value to use when delimiting a name.  | 
|
| Method Detail | 
|---|
String getLeadingDelimiter()
String getTrailingDelimiter()
boolean delimitAll()
boolean getSupportsDelimitedIdentifiers()
String getIdentifierConcatenator()
String getIdentifierDelimiter()
IdentifierRule getDefaultIdentifierRule()
<T> Map<T,IdentifierRule> getIdentifierRules()
<T> IdentifierRule getIdentifierRule(T t)
String getDelimitedCase()
String getSchemaCase()
String getConversionKey()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||