| Package | Description |
|---|---|
| org.geomajas.layer.feature.attribute |
| Modifier and Type | Method and Description |
|---|---|
AssociationValue |
ManyToOneAttribute.getValue()
Get the value for this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationValue> |
OneToManyAttribute.getValue()
Get the value for this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationValue.setManyToOneAttribute(String name,
AssociationValue value)
Sets the specified many-to-one attribute to the specified value.
|
void |
ManyToOneAttribute.setValue(AssociationValue value)
Set the association value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OneToManyAttribute.setValue(List<AssociationValue> value)
Set the association value.
|
| Constructor and Description |
|---|
ManyToOneAttribute(AssociationValue value)
Create attribute with specified value.
|
| Constructor and Description |
|---|
OneToManyAttribute(List<AssociationValue> value)
Create attribute with specified value.
|
Copyright © 2015 Geosparc. All Rights Reserved.