| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.layer.feature.attribute |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveType |
PrimitiveType.fromValue(String value)
Get enum value from.
|
PrimitiveType |
PrimitiveAttributeInfo.getType()
Get type for the value of the attribute.
|
static PrimitiveType |
PrimitiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveType[] |
PrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveAttributeInfo.setType(PrimitiveType type)
Set type for the value of the attribute.
|
| Constructor and Description |
|---|
PrimitiveAttributeInfo(String name,
String label,
PrimitiveType type)
Creates an attribute information for the specified primitive type.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
PrimitiveAttribute.getType()
Get type of primitive attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveAttribute.setType(PrimitiveType type)
Set type of primitive attribute.
|
Copyright © 2015 Geosparc. All Rights Reserved.