Type.ComplexType, Type.DateTimeType, Type.FractionType, Type.IntegralType, Type.IntervalType, Type.Name, Type.NumericType, Type.PrimitiveType| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
catalogString() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
Type.Name |
name() |
static Types.ExternalType |
of(java.lang.String catalogString)
Creates a new
Types.ExternalType with the given catalog string. |
java.lang.String |
simpleString() |
java.lang.String |
toString() |
public static Types.ExternalType of(java.lang.String catalogString)
Types.ExternalType with the given catalog string.catalogString - The string representation of this type in the catalog.Types.ExternalType with the given catalog string.public java.lang.String catalogString()
public Type.Name name()
public java.lang.String simpleString()
simpleString in interface Typepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object