Class GenericSearchFieldType

  • All Implemented Interfaces:
    java.io.Serializable

    public final class GenericSearchFieldType
    extends FlexibleSearchTranslatable
    Class represents a field modifier, used to indicate one of the following: CORE - marks field as core attribute PROPERTY - marks field as property LOCALIZED - marks field as localized attribute INTERNAL - marks field as internal OUTER_JOIN - forces flexible search to join this field outer
    See Also:
    Serialized Form
    • Method Detail

      • getCode

        public int getCode()
        Returns:
        modifier's code
      • isCore

        public boolean isCore()
      • isProperty

        public boolean isProperty()
      • isLocalized

        public boolean isLocalized()
      • isInternal

        public boolean isInternal()
      • isOptional

        public boolean isOptional()
      • toCollection

        public static java.util.Collection toCollection​(int newType)
      • hashCode

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

        public boolean equals​(java.lang.Object arg0)
        equals
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • toString

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