Class DFTermField


  • public final class DFTermField
    extends DFTerm
    This object represents a single existing field in the DFTerm hierarchy; it is a wrapper for such a field and using it, the field can be used in complex DFTerm expressions.

    The object is immutable, the value cannot be changed once the object is created. Currently it doesn't have public constructor nor create method. If you want to use this object you can create using DFTermsFactory static methods.

    Author:
    Petr Hamernik
    • Method Detail

      • getField

        public DFField getField()
        Get the field which is wrapped by this DFTermField.
        Returns:
        The field, never returns null.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object