Interface PropertyVisitorAcceptor

    • Method Detail

      • accept

        void accept​(PropertyVisitor visitor)
             throws java.lang.Exception
        The accept method.
        Parameters:
        visitor - the given visitor.
        Throws:
        java.lang.Exception
      • getClassType

        java.lang.String getClassType()
        Returns class type as string. Class type must be different for different type of properties.
        Returns:
        class type.