Interface BasicType<X>

Type Parameters:
X - The type of the java type represented by this basic type
All Superinterfaces:
Type<X>

public interface BasicType<X> extends Type<X>
Represents the metamodel of a basic type.
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • getUserType

      BasicUserType<X> getUserType()
      The user type implementation for this basic type.
      Returns:
      The user type