public static class Types.FixedType extends Type.PrimitiveType
Types.BinaryType instead.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.FixedType |
of(int length) |
java.lang.String |
simpleString() |
public static Types.FixedType of(int length)
length - The length of the fixed type.Types.FixedType 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.Objectpublic int hashCode()
hashCode in class java.lang.Object