public class DateType extends Type
Constructor and Description |
---|
DateType(DateFormat dateFormat,
TypeCodec dateCodec) |
DateType(String dateFormat,
TypeCodec dateCodec) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
TypeCodec |
getCodec(Operator operator,
boolean optional) |
ScalarValue |
getDefaultValue() |
ScalarValue |
getValue(String value) |
int |
hashCode() |
boolean |
isValueOf(ScalarValue previousValue) |
String |
serialize(ScalarValue value) |
getName, getRegisteredTypeMap, getType, getValue, getValue, toString, validateValue
public DateType(DateFormat dateFormat, TypeCodec dateCodec)
public ScalarValue getDefaultValue()
getDefaultValue
in class Type
public boolean isValueOf(ScalarValue previousValue)
public ScalarValue getValue(String value)
public String serialize(ScalarValue value)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.