public static class BigDataAccessParameterMetadata.TemplateValue
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAfter()
Gets the String that goes after  the value that the user is expected
 to replace. 
 | 
java.lang.String | 
getBefore()
Gets the String that goes before the value that the user is expected
 to replace. 
 | 
java.lang.String | 
getValue()
Gets the String that the user is expected to replace. 
 | 
java.lang.String | 
toString()
Return the template as a whole (default) value. 
 | 
public java.lang.String getBefore()
public java.lang.String getValue()
public java.lang.String getAfter()
public java.lang.String toString()
toString in class java.lang.Object