public class LayoutField extends Object
| Constructor and Description |
|---|
LayoutField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getType() |
String |
getXpath() |
boolean |
isIndexable() |
boolean |
isResult() |
boolean |
isStat() |
boolean |
isTokenizable() |
void |
setIndexable(boolean indexable) |
void |
setName(String name) |
void |
setResult(boolean result) |
void |
setStat(boolean stat) |
void |
setTokenizable(boolean tokenizable) |
void |
setType(String type) |
void |
setXpath(String xpath) |
public boolean isIndexable()
public void setIndexable(boolean indexable)
public String getName()
public void setName(String name)
public boolean isResult()
public void setResult(boolean result)
public boolean isStat()
public void setStat(boolean stat)
public boolean isTokenizable()
public void setTokenizable(boolean tokenizable)
public String getType()
public void setType(String type)
public String getXpath()
public void setXpath(String xpath)
Copyright © 2017. All rights reserved.