DataType.Kind, DataType.MapType, DataType.NamedType, DataType.ScalarType| Modifier and Type | Method and Description |
|---|---|
static DataType.NamedType |
create(String name) |
boolean |
equals(Object obj) |
int |
hashCode() |
DataType.Kind |
kind()
The kind of this type (and therefore implementing class).
|
String |
name() |
String |
toString() |
public static DataType.NamedType create(String name)
public String name()
public DataType.Kind kind()
DataTypeCopyright © 2015 Square, Inc.. All Rights Reserved.