Class Filter_impl

    • Constructor Detail

      • Filter_impl

        public Filter_impl()
      • Filter_impl

        public Filter_impl​(java.lang.String aSyntax,
                           java.lang.String aExpression)
        Parameters:
        aSyntax - -
        aExpression - -
    • Method Detail

      • getSyntax

        public java.lang.String getSyntax()
        Description copied from interface: Filter
        Gets the declared syntax for this filter's expression.
        Specified by:
        getSyntax in interface Filter
        Returns:
        an identifier indicating the syntax used by this filter
      • setSyntax

        public void setSyntax​(java.lang.String aSyntax)
        Description copied from interface: Filter
        Sets the declared syntax for this this filter's expression.
        Specified by:
        setSyntax in interface Filter
        Parameters:
        aSyntax - an identifier indicating the syntax used by this filter
      • getExpression

        public java.lang.String getExpression()
        Description copied from interface: Filter
        Gets the filter expression. This is a string intended to be interpreted according to the syntax.
        Specified by:
        getExpression in interface Filter
        Returns:
        the filter expression
      • setExpression

        public void setExpression​(java.lang.String aExpression)
        Description copied from interface: Filter
        Sets the filter expression. This is a string intended to be interpreted according to the syntax.
        Specified by:
        setExpression in interface Filter
        Parameters:
        aExpression - the filter expression
      • getXmlizationInfo

        protected XmlizationInfo getXmlizationInfo()
        Description copied from class: MetaDataObject_impl
        To be implemented by subclasses to return information describing how to represent this object in XML.
        Specified by:
        getXmlizationInfo in class MetaDataObject_impl
        Returns:
        information defining this object's XML representation