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