public class OutputConfig extends Object
ModelGenerator| Constructor and Description |
|---|
OutputConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IncludeValidation |
getIncludeValidation() |
LineEnding |
getLineEnding() |
OutputFormat |
getOutputFormat() |
int |
hashCode() |
boolean |
isDebug() |
boolean |
isSurroundApiWithQuotes() |
boolean |
isUseSingleQuotes() |
void |
setDebug(boolean debug) |
void |
setIncludeValidation(IncludeValidation includeValidation) |
void |
setLineEnding(LineEnding lineEnding) |
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)
public LineEnding getLineEnding()
public void setLineEnding(LineEnding lineEnding)
Copyright © 2013–2015. All rights reserved.