Package org.huihoo.workflow.xpdl.util

Examples of org.huihoo.workflow.xpdl.util.Duration


  {
    this.duration = duration_;
  }
  public void setDuration(String duration_)
  {
    this.duration = new Duration(duration_);
  }
View Full Code Here


    this.limit=limit_;
  }
 
  public void setLimit(String limit_)
  {
    this.limit=new Duration(limit_);
  }
View Full Code Here

     return (this.duration);
   }

   public void setDuration(String duration_)
   {
     this.duration=new Duration(duration_);
   }
View Full Code Here

TOP

Related Classes of org.huihoo.workflow.xpdl.util.Duration

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.