AbstractAttributeInfo instead@Deprecated @Api(allMethods=true) public class AttributeBaseInfo extends AbstractAttributeInfo
| Constructor and Description |
|---|
AttributeBaseInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Deprecated.
Get name of the attribute.
|
boolean |
isEditable()
Deprecated.
use
AbstractEditableAttributeInfo@isEditable or GeometryAttributeInfo@isEditable |
void |
setEditable(boolean editable)
Deprecated.
use
AbstractEditableAttributeInfo@setEditable or GeometryAttributeInfo@setEditable |
void |
setName(String name)
Deprecated.
Set the name of the attribute.
|
public String getName()
AbstractAttributeInfogetName in class AbstractAttributeInfopublic void setName(String name)
AbstractAttributeInfosetName in class AbstractAttributeInfoname - attribute name@Deprecated public boolean isEditable()
AbstractEditableAttributeInfo@isEditable or GeometryAttributeInfo@isEditableSecurityContext.@Deprecated public void setEditable(boolean editable)
AbstractEditableAttributeInfo@setEditable or GeometryAttributeInfo@setEditableSecurityContext.editable - "editable" capability for attributeCopyright © 2015 Geosparc. All Rights Reserved.