public class Path extends Object
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String origin,
String evaled) |
String |
getAccessFieldName()
Returns the path as a String for Form access purpose.
|
String |
getTrackBasePath()
Returns the base path of this dot series path for tracking purpose.
|
String |
getTrackFieldName()
Returns the path as a String for tracking purpose.
|
List<String> |
getTrackFieldsList()
Returns the path as a List of field names.
|
String |
getTrackProperty()
Returns the last field name of this dot series path for tracking purpose.
|
int |
size() |
String |
toString() |
public int size()
public String getAccessFieldName()
public String getTrackFieldName()
public List<String> getTrackFieldsList()
public String getTrackBasePath()
getTrackProperty()public String getTrackProperty()
Copyright © 2020. All rights reserved.