Interface SimpleType

All Superinterfaces:
Serializable, Type
All Known Implementing Classes:
BinaryType, BooleanType, DateType, DoubleType, IntegerType, LongType, PrimitiveType, SimpleTypeImpl, StringType

public interface SimpleType extends Type
Simple Type.

May be primitive or not (in which case it has additional constraints over a primitive type).

  • Method Details

    • isPrimitive

      boolean isPrimitive()
      Tests whether this type is a primitive type.
      Returns:
      true if this type is a primitive type, false otherwise
    • getPrimitiveType

      PrimitiveType getPrimitiveType()