VALUE_TYPE - type for the attribute value@Api(allMethods=true) public interface Attribute<VALUE_TYPE> extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Create a clone from this attribute object.
|
VALUE_TYPE |
getValue()
Get the value for this attribute.
|
boolean |
isEditable()
Indicates whether the user is authorized to edit this attribute.
|
boolean |
isEmpty()
Does the attribute have a value?
|
boolean |
isPrimitive()
Is this a primitive attribute?
An attribute is not primitive when is is an association attribute.
|
void |
setEditable(boolean editable)
set whether the feature is editable or not.
|
Object clone()
VALUE_TYPE getValue()
boolean isPrimitive()
boolean isEmpty()
boolean isEditable()
void setEditable(boolean editable)
editable - editable statusCopyright © 2015 Geosparc. All Rights Reserved.