public static class TrimFunctionTemplate.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TRIM_CHARACTER |
Constructor and Description |
---|
TrimFunctionTemplate.Options() |
Modifier and Type | Method and Description |
---|---|
String |
getTrimCharacter() |
TrimFunctionTemplate.Specification |
getTrimSpecification() |
void |
setTrimCharacter(String trimCharacter) |
void |
setTrimSpecification(TrimFunctionTemplate.Specification trimSpecification) |
public static final String DEFAULT_TRIM_CHARACTER
public String getTrimCharacter()
public void setTrimCharacter(String trimCharacter)
public TrimFunctionTemplate.Specification getTrimSpecification()
public void setTrimSpecification(TrimFunctionTemplate.Specification trimSpecification)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.