Class BrowseFilter.FilterPropertyValue

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BrowseFilter

    public static class BrowseFilter.FilterPropertyValue
    extends java.lang.Object
    implements java.io.Serializable
    Serializable version of PropertyValue
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Property<?> property  
      java.lang.Object value  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • property

        public final Property<?> property
      • value

        public final java.lang.Object value
    • Constructor Detail

      • FilterPropertyValue

        public FilterPropertyValue​(Property<?> property,
                                   java.lang.Object value)