Class MetaPropertyInfo

java.lang.Object
io.jmix.rest.impl.service.filter.data.MetaPropertyInfo

public class MetaPropertyInfo extends Object
  • Field Details

    • name

      public String name
    • attributeType

      public MetaProperty.Type attributeType
    • type

      public String type
    • cardinality

      public Range.Cardinality cardinality
    • mandatory

      public boolean mandatory
    • readOnly

      public boolean readOnly
    • description

      public String description
  • Constructor Details

  • Method Details

    • getPersistent

      public boolean getPersistent()
    • getName

      public String getName()
    • getAttributeType

      public MetaProperty.Type getAttributeType()
    • getType

      public String getType()
    • getCardinality

      public Range.Cardinality getCardinality()
    • isMandatory

      public boolean isMandatory()
    • isReadOnly

      public boolean isReadOnly()
    • isPersistent

      public boolean isPersistent()
    • getDescription

      public String getDescription()