Package org.openbp.common.generic.description

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


   * 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

Related Classes of org.openbp.common.generic.description.DescriptionObjectImpl

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.