| Package | Description |
|---|---|
| org.geomajas.layer.feature.attribute |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanAttribute
Attribute with value of type
PrimitiveType.BOOLEAN. |
class |
CurrencyAttribute
Attribute with value of type
PrimitiveType.CURRENCY. |
class |
DateAttribute
Attribute with value of type
PrimitiveType.DATE. |
class |
DoubleAttribute
Attribute with value of type
PrimitiveType.DOUBLE. |
class |
FloatAttribute
Attribute with value of type
PrimitiveType.FLOAT. |
class |
ImageUrlAttribute
Attribute with value of type
PrimitiveType.IMGURL. |
class |
IntegerAttribute
Attribute with value of type
PrimitiveType.INTEGER. |
class |
LongAttribute
Attribute with value of type
PrimitiveType.LONG. |
class |
ShortAttribute
Attribute with value of type
PrimitiveType.SHORT. |
class |
StringAttribute
Attribute with value of type
PrimitiveType.SHORT. |
class |
UrlAttribute
Attribute with value of type
PrimitiveType.URL. |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveAttribute<?> |
AssociationValue.getId()
Get the id for the associated object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PrimitiveAttribute<?>> |
AssociationValue.getAttributes()
Deprecated.
replaced by
AssociationValue.getAllAttributes() after introduction of nested associations |
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationValue.setId(PrimitiveAttribute<?> id)
Set the id for the associated object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationValue.setAttributes(Map<String,PrimitiveAttribute<?>> attributes)
Deprecated.
replaced by
AssociationValue.setAllAttributes(Map) after introduction of nested associations |
| Constructor and Description |
|---|
AssociationValue(PrimitiveAttribute<?> id,
Map<String,Attribute<?>> attributes,
boolean primitiveOnly)
Create attribute with specified value and optionally restrict attribute values to primitives.
|
AssociationValue(PrimitiveAttribute<?> id,
Map<String,PrimitiveAttribute<?>> attributes)
Create attribute with specified value and primitive attributes only.
|
| Constructor and Description |
|---|
AssociationValue(PrimitiveAttribute<?> id,
Map<String,PrimitiveAttribute<?>> attributes)
Create attribute with specified value and primitive attributes only.
|
Copyright © 2015 Geosparc. All Rights Reserved.