public final class ConvertTypeOptions
extends java.lang.Object
| Constructor and Description |
|---|
ConvertTypeOptions() |
ConvertTypeOptions(boolean includePackage,
boolean includeTypeParameterDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddImports() |
boolean |
getAllowWildcards() |
boolean |
getIncludePackage() |
boolean |
getIncludeTypeArguments() |
boolean |
getIncludeTypeParameterDefinitions() |
void |
setAddImports(boolean addImports) |
void |
setAllowWildcards(boolean allowWildcards) |
void |
setIncludePackage(boolean value) |
void |
setIncludeTypeArguments(boolean includeTypeArguments) |
void |
setIncludeTypeParameterDefinitions(boolean value) |
public ConvertTypeOptions()
public ConvertTypeOptions(boolean includePackage,
boolean includeTypeParameterDefinitions)
public boolean getIncludePackage()
public void setIncludePackage(boolean value)
public boolean getIncludeTypeParameterDefinitions()
public void setIncludeTypeParameterDefinitions(boolean value)
public boolean getAllowWildcards()
public void setAllowWildcards(boolean allowWildcards)
public boolean getIncludeTypeArguments()
public void setIncludeTypeArguments(boolean includeTypeArguments)
public boolean getAddImports()
public void setAddImports(boolean addImports)