public class Email extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME |
DEFAULT_GHOST_VALUE| Constructor and Description |
|---|
Email()
The default constructor.
|
Email(String name)
Construct an email pattern element.
|
Email(String name,
boolean ghost)
Construct an email pattern element.
|
public static final String DEFAULT_NAME
public Email()
public Email(String name)
name - the name which can be used in template variables. By default is "email".public Email(String name, boolean ghost)
name - the name which can be used in template variables. By default is "email".ghost - indicate that the element mustn't move source cursor.public boolean isGhost()
public void setGhost(boolean ghost)
ghost - If it's true then processor parse it but no move the cursor.public String getName()
public void setName(String name)
Copyright © 2016. All rights reserved.