Returns true if this Type is an int, BigInt or String.
true
this
bool get isEntityIDType { var self = this; return isEntityIDPrimitiveType || self == BigInt; }