Class BpmnPropertyPanel.RSContains

  • All Implemented Interfaces:
    IFilter<java.lang.String>
    Enclosing class:
    BpmnPropertyPanel

    protected class BpmnPropertyPanel.RSContains
    extends java.lang.Object
    implements IFilter<java.lang.String>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RSContains()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(java.lang.String obj)
      Test if an object passes the filter.
      • Methods inherited from class java.lang.Object

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

      • RSContains

        protected RSContains()
    • Method Detail

      • filter

        public boolean filter​(java.lang.String obj)
        Description copied from interface: IFilter
        Test if an object passes the filter.
        Specified by:
        filter in interface IFilter<java.lang.String>
        Returns:
        True, if passes the filter.