Examples of DescriptionObjectImpl


Examples of org.openbp.common.generic.description.DescriptionObjectImpl

   * @param selectionName The name of the selection
   * @param selectionValue The selection value to add
   */
  public void addSelectionValue(String selectionName, String selectionValue)
  {
    addSelectionValue(new DescriptionObjectImpl(selectionName, selectionValue));
  }
View Full Code Here

Examples of org.openbp.common.generic.description.DescriptionObjectImpl

   * Adds a selection value.
   * @param selectionName The name and value of the selection
   */
  public void addSelectionValue(String selectionName)
  {
    addSelectionValue(new DescriptionObjectImpl(selectionName));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.