static FASTType() { STRING = new StringType("string", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII); ASCII = new StringType("ascii", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII); UNICODE = new StringType("unicode", TypeCodec.UNICODE, TypeCodec.NULLABLE_UNICODE); }