public abstract class BaseField extends Object implements Field
| Constructor and Description |
|---|
BaseField() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDateTimeValues()
Get the date time values
|
List<FieldSet> |
getEmbeddedValues()
Get the embedded values
|
FieldType |
getFieldType()
Get the field type
|
List<Keyword> |
getKeywordValues() |
List<Component> |
getLinkedComponentValues()
Get the linked component values
|
String |
getName()
Get the name of the field.
|
List<Double> |
getNumericValues()
Get the numeric field values
|
List<String> |
getTextValues()
Get the text field values
|
abstract List<Object> |
getValues()
Get the values of the field.
|
String |
getXPath()
Get xPath value for the field
|
void |
setDateTimeValues(List<String> dateTimeValues)
Set the date time field values
|
void |
setEmbeddedValues(List<FieldSet> embeddedValues)
Set the embedded values
|
void |
setFieldType(FieldType fieldType)
Set the field type
|
void |
setKeywords(List<Keyword> keywordValues) |
void |
setLinkedComponentValues(List<Component> linkedComponentValues)
Set the linked component field values
|
void |
setName(String name)
Set the name of the field
|
void |
setNumericValues(List<Double> numericValues)
Set the numeric field values
|
void |
setTextValues(List<String> textValues)
Set the text field values
|
void |
setXPath(String xPath)
Set xPath value for the field
|
public List<Double> getNumericValues()
public void setNumericValues(List<Double> numericValues)
numericValues - public void setDateTimeValues(List<String> dateTimeValues)
dateTimeValues - public List<Component> getLinkedComponentValues()
public void setLinkedComponentValues(List<Component> linkedComponentValues)
linkedComponentValues - public String getName()
public void setName(String name)
public String getXPath()
public void setXPath(String xPath)
public FieldType getFieldType()
getFieldType in interface Fieldpublic void setFieldType(FieldType fieldType)
setFieldType in interface FieldfieldType - public List<String> getTextValues()
public void setTextValues(List<String> textValues)
textValues - public List<FieldSet> getEmbeddedValues()
public void setEmbeddedValues(List<FieldSet> embeddedValues)
embeddedValues - embedded values as a mapCopyright © 2017. All rights reserved.