| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.layer.feature.attribute |
| Modifier and Type | Method and Description |
|---|---|
static AssociationType |
AssociationType.fromValue(String value)
Convert from string to enum value.
|
AssociationType |
AssociationAttributeInfo.getType()
returns the type of the association (many-to-one, one-to-many).
|
static AssociationType |
AssociationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationType[] |
AssociationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationAttributeInfo.setType(AssociationType type)
Set the type of the association (many-to-one, one-to-many).
|
| Modifier and Type | Method and Description |
|---|---|
AssociationType |
ManyToOneAttribute.getType() |
AssociationType |
OneToManyAttribute.getType() |
abstract AssociationType |
AssociationAttribute.getType() |
Copyright © 2015 Geosparc. All Rights Reserved.