Package nexj.core.meta

Examples of nexj.core.meta.PropertyHolder


      {
         fragment.m_props = (PropertyHolder)m_props.clone();
      }
      else
      {
         fragment.m_props = new PropertyHolder();
      }

      return fragment;
   }
View Full Code Here


    * @param machine The virtual machine for function execution.
    * @param fragment The data source fragment.
    */
   public void invoke(List tobjList, Machine machine, VirtualDataSourceFragment fragment)
   {
      PropertyHolder properties = fragment.getPropertyHolder();

      if (m_bBatch)
      {
         machine.invoke(m_function, tobjList, properties, (Object[])null);
      }
View Full Code Here

TOP

Related Classes of nexj.core.meta.PropertyHolder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.