Class AttributeCriteria

    • Constructor Detail

      • AttributeCriteria

        public AttributeCriteria()
    • Method Detail

      • getAttribute

        public EntityAttribute getAttribute()
        Retrieves the attribute associated with this criteria.
        Returns:
        the EntityAttribute of the criteria.
      • setAttribute

        public void setAttribute​(EntityAttribute attribute)
        Sets the attribute for this criteria.
        Parameters:
        attribute - the EntityAttribute to be set.