public interface Field
| Modifier and Type | Method and Description |
|---|---|
FieldType |
getFieldType()
Get the field type
|
String |
getName()
Get the name of the field.
|
List<Object> |
getValues()
Get the values of the field.
|
String |
getXPath()
Get the xPath of the field (used for SiteEdit)
|
void |
setFieldType(FieldType fieldType)
Set the field type
|
void |
setName(String name)
Set the name of the field
|
void |
setXPath(String xPath)
Set the xPath of the field (used for SiteEdit)
|
List<Object> getValues()
String getName()
void setName(String name)
name - String getXPath()
void setXPath(String xPath)
xPath - FieldType getFieldType()
void setFieldType(FieldType fieldType)
fieldType - Copyright © 2017. All rights reserved.