@Api(allMethods=true) public class DateAttribute extends PrimitiveAttribute<Date>
PrimitiveType.DATE.
This only stores the date, any time component may be removed.| Constructor and Description |
|---|
DateAttribute()
Create using undefined value (null).
|
DateAttribute(Date value)
Create using specific date 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 DateAttribute()
public DateAttribute(Date value)
value - value for attributeCopyright © 2015 Geosparc. All Rights Reserved.