Class AbstractPentahoObjectReference.Builder<T,​B extends AbstractPentahoObjectReference.Builder<T,​B>>

    • Field Detail

      • priority

        protected int priority
      • type

        protected Class<T> type
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • priority

        public B priority​(int priority)
      • type

        protected B type​(Class<T> type)
      • self

        protected abstract B self()
      • build

        public abstract org.pentaho.platform.api.engine.IPentahoObjectReference<T> build()