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