Class CriteriaCtx


  • public final class CriteriaCtx
    extends Object
    Context of a criteria (Handles values of parameters for filtering)
    Author:
    pchretien
    • Constructor Detail

      • CriteriaCtx

        public CriteriaCtx()
    • Method Detail

      • getAttributeNames

        public Set<String> getAttributeNames()
        Return all attributes' names in this context
        Returns:
        the set of all attributes' name
      • getDtFieldName

        public DtFieldName getDtFieldName​(String attributeName)
        Return the dtFieldName linked to an attribute name
        Parameters:
        attributeName - the name of the attribute
        Returns:
        the corresponding DtFieldName
      • getAttributeValue

        public Object getAttributeValue​(String attributeName)
        Return the value of an attribute in the context
        Parameters:
        attributeName - the name of the attribute
        Returns:
        the corresponding value