public static class Types.FixedCharType extends Type.PrimitiveType
Type.ComplexType, Type.DateTimeType, Type.FractionType, Type.IntegralType, Type.IntervalType, Type.Name, Type.NumericType, Type.PrimitiveType
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
length() |
Type.Name |
name() |
static Types.FixedCharType |
of(int length) |
java.lang.String |
simpleString() |
public static Types.FixedCharType of(int length)
length
- The length of the fixed char type.Types.FixedCharType
with the given length.public Type.Name name()
public int length()
public java.lang.String simpleString()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object