public class OutputConfig extends Object
ModelGenerator| Constructor and Description |
|---|
OutputConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IncludeValidation |
getIncludeValidation() |
OutputFormat |
getOutputFormat() |
int |
hashCode() |
boolean |
isDebug() |
boolean |
isSurroundApiWithQuotes() |
boolean |
isUseSingleQuotes() |
void |
setDebug(boolean debug) |
void |
setIncludeValidation(IncludeValidation includeValidation) |
void |
setOutputFormat(OutputFormat outputFormat) |
void |
setSurroundApiWithQuotes(boolean surroundApiWithQuotes) |
void |
setUseSingleQuotes(boolean useSingleQuotes) |
public IncludeValidation getIncludeValidation()
public void setIncludeValidation(IncludeValidation includeValidation)
public OutputFormat getOutputFormat()
public void setOutputFormat(OutputFormat outputFormat)
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isUseSingleQuotes()
public void setUseSingleQuotes(boolean useSingleQuotes)
public boolean isSurroundApiWithQuotes()
public void setSurroundApiWithQuotes(boolean surroundApiWithQuotes)
Copyright © 2013-2014. All Rights Reserved.