protected static class TrimFunctionTemplate.Options extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_TRIM_CHARACTER  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
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 © 2001-2015 Red Hat, Inc. All Rights Reserved.