Class ParentFilter

java.lang.Object
com.fluxtion.generator.model.ParentFilter

public class ParentFilter
extends java.lang.Object
A filter class for a parent class, a match will occur if both instances are equal or both instances are null and the class types are equal.
Author:
Greg Higgins
  • Field Summary

    Fields 
    Modifier and Type Field Description
    CbMethodHandle callBack  
    java.lang.String parentName  
    java.lang.Class parentType  
  • Constructor Summary

    Constructors 
    Constructor Description
    ParentFilter​(java.lang.Class parentType, java.lang.String parentName, CbMethodHandle callBack)  
  • Method Summary

    Modifier and Type Method Description
    boolean exactmatch​(ParentFilter other)  
    boolean match​(ParentFilter other)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait