Class DomainDef

  • All Implemented Interfaces:
    TypeDef

    public final class DomainDef
    extends Object
    implements TypeDef
    Data domain.
    Since:
    9.0
    Author:
    Leonid Bushuev from JetBrains
    • Constructor Detail

      • DomainDef

        public DomainDef​(@NotNull
                         String name,
                         @NotNull
                         TypeDef type,
                         boolean persistableDomain)