public class MethodConventionOverride extends Object
Constructor and Description |
---|
MethodConventionOverride() |
Modifier and Type | Method and Description |
---|---|
void |
apply() |
MethodConvention |
getMethodConvention()
Method type to override
Example: GET_LOCALIZED |
String |
getPrefix()
Override the prefix for this methodConvention
Example: get |
String |
getSuffix()
Override the suffix for this methodConvention
Example: Localized |
void |
setMethodConvention(MethodConvention methodConvention) |
void |
setPrefix(String prefix) |
void |
setSuffix(String suffix) |
public MethodConvention getMethodConvention()
public String getPrefix()
public String getSuffix()
public void apply()
public void setMethodConvention(MethodConvention methodConvention)
public void setPrefix(String prefix)
public void setSuffix(String suffix)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.