@Api(allMethods=true) public class FloatAttribute extends PrimitiveAttribute<Float>
PrimitiveType.FLOAT.| Constructor and Description |
|---|
FloatAttribute()
Create attribute without value (needed for GWT).
|
FloatAttribute(Float value)
Create attribute with specified 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 FloatAttribute()
public FloatAttribute(Float value)
value - value for attributeCopyright © 2015 Geosparc. All Rights Reserved.