- All Implemented Interfaces:
- BaseType
public final class BooleanBaseType
extends Object
implements BaseType
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type. Refer to RFC 7047 Section 3.2.
Because BooleanBaseType has no constraint conditions, and in order to be
consistent with other BaseType, so this class is empty except for the
toString method.