public interface Namer
Modifier and Type | Method and Description |
---|---|
String |
getAdder()
Name of the adder method to use to add element in the var returned by
getVars() . |
String |
getAdders()
Name of the adder method to use to add multiple elements in the var returned by
getVars() . |
String |
getContains()
Name of the 'contains' method to use to check whether the collection var returned by
getVars()
contains an element. |
String |
getEditer()
Name to the editer method to use when editing the var returned by
getVar() . |
String |
getFullType()
The full Java type, with package information.
|
String |
getGetter()
Name of the getter method to use when getting the var returned by
getVar() . |
String |
getGetters()
Name of the getter method to use when getting the var returned by
getVars() . |
String |
getHibernateFilterName() |
String |
getPackageName()
The full package name.
|
String |
getPath()
The path corresponding to the package name.
|
String |
getRemover()
Name of the remover method to use when removing an element from the collection var returned by
getVars() . |
String |
getRemovers()
Name of the remover method to use when removing multiple elements from the collection var returned by
getVars() . |
String |
getSetter()
Name to the setter method to use when setting the var returned by
getVar() . |
String |
getSetters()
Name to the setter method to use when setting the var returned by
getVars() . |
String |
getType()
The java Type name, without any package information.
|
String |
getTypeLow()
The java Type name in lower case, without any package information.
|
String |
getVar()
The var for the current type.
|
String |
getVars()
The var for a current type collection.
|
String |
getVarsUp()
Same as
getVars() but starts with an upper case. |
String |
getVarUp()
Same as
getVar() but starts with an upper case. |
String |
getWith()
Fluent method name.
|
String getType()
String getTypeLow()
String getPath()
"com/company/project/domain"
if the package name is com.company.project.domain
.String getPackageName()
String getFullType()
String getVar()
String getVarUp()
getVar()
but starts with an upper case. Ex: ParentBankAccount.
Used to construct derived method.String getVars()
String getVarsUp()
getVars()
but starts with an upper case. Ex: ParentBankAccounts.String getWith()
String getAdder()
getVars()
.
Ex: addParentBankAccountString getAdders()
getVars()
.
Ex: addParentBankAccountsString getContains()
getVars()
contains an element. Ex: containsParentBankAccountString getGetter()
getVar()
.
Ex: getParentBankAccountString getGetters()
getVars()
.
Ex: getParentBankAccountsString getRemover()
getVars()
.
Ex: removeParentBankAccountString getRemovers()
getVars()
.
Ex: removeParentBankAccountsString getSetter()
getVar()
.
Ex: setParentBankAccountString getSetters()
getVars()
.
Ex: setParentBankAccountsString getEditer()
getVar()
.
Ex: editParentBankAccountString getHibernateFilterName()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.