@Api(allMethods=true) public class AssociationAttributeInfo extends AbstractEditableAttributeInfo implements IsInfo
| Constructor and Description |
|---|
AssociationAttributeInfo() |
| Modifier and Type | Method and Description |
|---|---|
FeatureInfo |
getFeature()
Get the feature information of this attribute (represented as feature).
|
AssociationType |
getType()
returns the type of the association (many-to-one, one-to-many).
|
void |
setFeature(FeatureInfo featureInfo)
Set the feature information.
|
void |
setType(AssociationType type)
Set the type of the association (many-to-one, one-to-many).
|
getValidator, isEditable, setEditable, setValidatorgetLabel, isHidden, isIdentifying, setHidden, setIdentifying, setLabelgetFormInputType, isIncludedInForm, setFormInputType, setIncludedInFormgetName, setNamepublic AssociationType getType()
public void setType(AssociationType type)
type - association typepublic FeatureInfo getFeature()
public void setFeature(FeatureInfo featureInfo)
featureInfo - feature infoCopyright © 2015 Geosparc. All Rights Reserved.