@Api(allMethods=true) public class SyntheticAttributeInfo extends AbstractReadOnlyAttributeInfo
| Constructor and Description |
|---|
SyntheticAttributeInfo() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticAttributeBuilder<?> |
getAttributeBuilder()
Set the class which should be used to build an
Attribute object for this
description. |
String |
getExpression()
Expression (using Spring Expression Language) to build the attribute value).
|
void |
setAttributeBuilder(SyntheticAttributeBuilder<?> attributeBuilder)
Get the class which should be used to build an
Attribute object for this
description. |
void |
setExpression(String expression)
Expression (using Spring Expression Language) to build the attribute value).
|
getLabel, isHidden, isIdentifying, setHidden, setIdentifying, setLabelgetFormInputType, getValidator, isEditable, isIncludedInForm, setEditable, setFormInputType, setIncludedInForm, setValidatorgetName, setNamepublic String getExpression()
attributeBuilder is given.public void setExpression(String expression)
attributeBuilder is given.expression - attribute expression in Spring Expression Languagepublic SyntheticAttributeBuilder<?> getAttributeBuilder()
Attribute object for this
description.public void setAttributeBuilder(SyntheticAttributeBuilder<?> attributeBuilder)
Attribute object for this
description.attributeBuilder - attribute builderCopyright © 2015 Geosparc. All Rights Reserved.