Class PropertyFetcher<T>

    • Constructor Detail

      • PropertyFetcher

        public PropertyFetcher()
    • Method Detail

      • fetch

        public abstract boolean fetch​(XSLFShape shape)
        Parameters:
        shape - the shape being examined
        Returns:
        true if the desired property was fetched
      • getValue

        public T getValue()
      • setValue

        public void setValue​(T val)