@Api(allMethods=true) public class DoubleAttribute extends PrimitiveAttribute<Double>
PrimitiveType.DOUBLE.| Constructor and Description |
|---|
DoubleAttribute()
Constructor, create attribute without value (needed for GWT).
|
DoubleAttribute(Double value)
Create attribute with specified double value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Create a clone of this attribute object.
|
getType, getValue, isEditable, isEmpty, isPrimitive, setEditable, setType, setValue, toStringpublic DoubleAttribute()
public DoubleAttribute(Double value)
value - value for attributeCopyright © 2015 Geosparc. All Rights Reserved.