VALUE_TYPE - type for the attribute value@Api(allMethods=true) public abstract class AssociationAttribute<VALUE_TYPE> extends Object implements Attribute<VALUE_TYPE>
| Constructor and Description |
|---|
AssociationAttribute() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone()
Create a clone of this association object.
|
abstract AssociationType |
getType() |
boolean |
isEditable()
Indicates whether the user is authorized to edit this attribute.
|
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.
|
abstract void |
setValue(VALUE_TYPE value)
Set the association value.
|
public abstract Object clone()
clone in interface Attribute<VALUE_TYPE>clone in class Objectpublic abstract AssociationType getType()
public boolean isPrimitive()
isPrimitive in interface Attribute<VALUE_TYPE>public boolean isEditable()
isEditable in interface Attribute<VALUE_TYPE>public void setEditable(boolean editable)
setEditable in interface Attribute<VALUE_TYPE>editable - editable statuspublic abstract void setValue(VALUE_TYPE value)
value - associated valueCopyright © 2015 Geosparc. All Rights Reserved.