| Modifier and Type | Field and Description |
|---|---|
protected Node |
content |
protected String |
fldName |
protected List<String> |
fldParameters |
protected String |
fldParameterString |
protected CTSimpleField |
fldSimple |
| Constructor and Description |
|---|
FldSimpleModel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendParameter(List<String> parameters,
String value) |
void |
build(CTSimpleField fldSimple,
Node content) |
void |
build(String inStr) |
Node |
getContent() |
String |
getFldArgument() |
String |
getFldName()
The name of the field, for example DATE, MERGEFIELD
|
List<String> |
getFldParameters() |
String |
getFldParameterString()
For example, "caContractId \* UPPER"
|
CTSimpleField |
getFldSimple() |
protected void |
reset() |
protected void |
setupNameParameterString(String text) |
static List<String> |
splitParameters(String text) |
protected CTSimpleField fldSimple
protected Node content
protected String fldName
protected String fldParameterString
public void build(CTSimpleField fldSimple, Node content) throws TransformerException
TransformerExceptionpublic void build(String inStr) throws TransformerException
TransformerExceptionprotected void setupNameParameterString(String text)
public String getFldName()
public String getFldArgument()
public String getFldParameterString()
public CTSimpleField getFldSimple()
public Node getContent()
protected void reset()
Copyright © 2007-2020. All Rights Reserved.