public abstract class SimpleType extends Type
| Constructor and Description |
|---|
SimpleType(String typeName,
TypeCodec codec,
TypeCodec nullableCodec) |
| Modifier and Type | Method and Description |
|---|---|
TypeCodec |
getCodec(Operator operator,
boolean optional)
Get the approprivate codec for the passed operator
|
protected abstract ScalarValue |
getVal(String value) |
ScalarValue |
getValue(String value) |
equals, getDefaultValue, getName, getRegisteredTypeMap, getType, getValue, getValue, hashCode, isValueOf, serialize, toString, validateValuepublic TypeCodec getCodec(Operator operator, boolean optional)
public ScalarValue getValue(String value)
protected abstract ScalarValue getVal(String value)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.