Constructor and Description |
---|
FormatOption() |
FormatOption(boolean ucase) |
FormatOption(boolean ucase,
boolean prettyFormat) |
FormatOption(boolean ucase,
boolean prettyFormat,
boolean parameterized) |
Modifier and Type | Method and Description |
---|---|
boolean |
isParameterized() |
boolean |
isPrettyFormat() |
boolean |
isUppCase() |
void |
setParameterized(boolean parameterized) |
void |
setPrettyFormat(boolean prettyFormat) |
void |
setUppCase(boolean val) |
public FormatOption()
public FormatOption(boolean ucase)
public FormatOption(boolean ucase, boolean prettyFormat)
public FormatOption(boolean ucase, boolean prettyFormat, boolean parameterized)
public boolean isUppCase()
public void setUppCase(boolean val)
public boolean isPrettyFormat()
public void setPrettyFormat(boolean prettyFormat)
public boolean isParameterized()
public void setParameterized(boolean parameterized)
Copyright © 2013–2017 Alibaba Group. All rights reserved.