@Api(allMethods=true) public class BooleanAttribute extends PrimitiveAttribute<Boolean>
PrimitiveType.BOOLEAN.| Constructor and Description |
|---|
BooleanAttribute()
Constructor, create attribute without value (needed for GWT).
|
BooleanAttribute(Boolean value)
Create attribute with given boolean 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 BooleanAttribute()
public BooleanAttribute(Boolean value)
value - value for attributeCopyright © 2015 Geosparc. All Rights Reserved.