Interface EntityDomainTypeAttribute

  • All Superinterfaces:
    MetadataHolder

    public interface EntityDomainTypeAttribute
    extends MetadataHolder
    An entity attribute of an entity domain type.
    Since:
    1.0.0
    Author:
    Christian Beikov
    • Method Detail

      • getOwner

        EntityDomainType getOwner()
        The owner entity domain type.
        Returns:
        the owner entity domain type
      • getName

        String getName()
        The name of the attribute.
        Returns:
        the name of the attribute
      • getType

        DomainType getType()
        The domain type of the attribute.
        Returns:
        the domain type of the attribute