public class MaskFormatterLiteral extends Object implements MaskFormatter
| Constructor and Description | 
|---|
MaskFormatterLiteral()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLiteral()
Gets the literalString attribute. 
 | 
String | 
maskValue(Object value)
Takes in the real data value and returns a masked string. 
 | 
void | 
setLiteral(String literal)
Specify the string that will be shown instead of the actual value when masked. 
 | 
public MaskFormatterLiteral()
public String maskValue(Object value)
MaskFormattermaskValue in interface MaskFormattervalue - - data valuepublic String getLiteral()
public void setLiteral(String literal)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.