Class DomainCatalogController.FieldSummary

java.lang.Object
org.praxisplatform.uischema.controller.docs.DomainCatalogController.FieldSummary
Enclosing class:
DomainCatalogController

public static class DomainCatalogController.FieldSummary extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getFormat

      public String getFormat()
    • isRequired

      public boolean isRequired()
    • getDescription

      public String getDescription()
    • getEnumValues

      public List<String> getEnumValues()
    • getMinimum

      public Integer getMinimum()
    • getMaximum

      public Integer getMaximum()
    • getMinLength

      public Integer getMinLength()
    • getMaxLength

      public Integer getMaxLength()
    • getPattern

      public String getPattern()